Skip to content

Commit 3c97efc

Browse files
committed
ci(.github/workflows/integration): simplify checking ts, tsx files filter
1 parent 55b29fe commit 3c97efc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@ jobs:
5959
list-files: shell
6060
filters: |
6161
changed:
62-
- added|modified:
63-
- 'src/components/**/!(index|*.spec).ts'
64-
- 'src/components/**/!(*.spec).tsx'
65-
- 'src/hooks/**/!(index|*.spec).ts'
66-
- 'src/hooks/**/!(*.spec).tsx'
67-
- 'src/utils/**/!(index|*.spec).ts'
68-
- 'src/utils/**/!(*.spec).tsx'
62+
- added|modified: '**/*.{ts,tsx}'
6963
7064
verify-test:
7165
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)