We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b399724 commit e787855Copy full SHA for e787855
1 file changed
.github/workflows/static-example-apps-checks.yml
@@ -2,8 +2,8 @@ name: Test TypeScript and Lint
2
on:
3
pull_request:
4
paths:
5
- - 'example/**'
6
- - 'FabricExample/**'
+ - 'apps/BasicExample/**'
+ - 'apps/CommonApp/**'
7
push:
8
branches:
9
- main
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- working-directory: [example, FabricExample]
+ working-directory: [apps/BasicExample, apps/CommonApp]
18
concurrency:
19
group: typescript-${{ matrix.working-directory }}-${{ github.ref }}
20
cancel-in-progress: true
0 commit comments