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 3ed171f commit ce0fbb7Copy full SHA for ce0fbb7
1 file changed
.github/workflows/build.yml
@@ -5,9 +5,25 @@ on:
5
pull_request:
6
branches:
7
- main
8
+ paths:
9
+ - 'src/**'
10
+ - '__tests__/**'
11
+ - 'package.json'
12
+ - 'package-lock.json'
13
+ - 'tsconfig.json'
14
+ - 'action.yml'
15
+ - '.github/workflows/build.yml'
16
push:
17
18
19
20
21
22
23
24
25
26
27
28
jobs:
29
build:
0 commit comments