We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c004e + 64970a4 commit aed887aCopy full SHA for aed887a
.github/workflows/test.yml
@@ -3,8 +3,28 @@ name: Tests
3
on:
4
push:
5
branches: [ main ]
6
+ paths:
7
+ - 'src/**'
8
+ - '__tests__/**'
9
+ - '*.ts'
10
+ - '*.js'
11
+ - 'package.json'
12
+ - 'package-lock.json'
13
+ - 'tsconfig.json'
14
+ - 'vitest.config.ts'
15
+ - '.github/workflows/test.yml'
16
pull_request:
17
18
19
20
21
22
23
24
25
26
27
28
29
jobs:
30
test:
0 commit comments