We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae56e61 + 04587cb commit dbaff8bCopy full SHA for dbaff8b
1 file changed
.github/workflows/test.yml
@@ -3,8 +3,26 @@ name: Tests
3
on:
4
pull_request:
5
branches: [main, master]
6
+ paths:
7
+ - 'src/**'
8
+ - 'tests/**'
9
+ - 'package.json'
10
+ - 'package-lock.json'
11
+ - 'tsconfig.json'
12
+ - 'jest.config.js'
13
+ - 'eslint.config.js'
14
+ - '.github/workflows/test.yml'
15
push:
16
17
18
19
20
21
22
23
24
25
26
workflow_dispatch: # Allows manual trigger
27
28
permissions:
0 commit comments