Skip to content

Commit e787855

Browse files
committed
static-examples
1 parent b399724 commit e787855

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static-example-apps-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Test TypeScript and Lint
22
on:
33
pull_request:
44
paths:
5-
- 'example/**'
6-
- 'FabricExample/**'
5+
- 'apps/BasicExample/**'
6+
- 'apps/CommonApp/**'
77
push:
88
branches:
99
- main
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
working-directory: [example, FabricExample]
17+
working-directory: [apps/BasicExample, apps/CommonApp]
1818
concurrency:
1919
group: typescript-${{ matrix.working-directory }}-${{ github.ref }}
2020
cancel-in-progress: true

0 commit comments

Comments
 (0)