We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b29fe commit 3c97efcCopy full SHA for 3c97efc
1 file changed
.github/workflows/integration.yml
@@ -59,13 +59,7 @@ jobs:
59
list-files: shell
60
filters: |
61
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'
+ - added|modified: '**/*.{ts,tsx}'
69
70
verify-test:
71
runs-on: ubuntu-latest
0 commit comments