We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0268d commit a448082Copy full SHA for a448082
.github/workflows/test-typescript-task.yml
@@ -1,8 +1,32 @@
1
name: Test TypeScript
2
3
on:
4
- pull_request:
5
push:
+ paths:
6
+ - ".github/workflows/test-typescript-task.yml"
7
+ - "jest.config.js"
8
+ - "package.json"
9
+ - "package-lock.json"
10
+ - "Taskfile.yml"
11
+ - "tsconfig.json"
12
+ - "__tests__/**"
13
+ - "**.js"
14
+ - "**.jsx"
15
+ - "**.ts"
16
+ - "**.tsx"
17
+ pull_request:
18
19
20
21
22
23
24
25
26
27
28
29
30
31
jobs:
32
test:
0 commit comments