Skip to content

Merge branch 'main' into v-nyerkala/sample/multiple-dial-out #53

Merge branch 'main' into v-nyerkala/sample/multiple-dial-out

Merge branch 'main' into v-nyerkala/sample/multiple-dial-out #53

name: 'ui-library-quickstart-rooms CI'
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events for main in specific path.
push:
paths:
- 'ui-library-quickstart-rooms/**'
pull_request:
paths:
- 'ui-library-quickstart-rooms/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
project-validation:
uses: ./.github/workflows/ci-ui-library.yml
with:
runs-on: 'ubuntu-latest'
node-version: '22.x'
working-directory: './ui-library-quickstart-rooms'