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 3f07925 commit a44f67cCopy full SHA for a44f67c
.github/workflows/unit-test.yml
@@ -5,19 +5,27 @@ on:
5
branches: [ master ]
6
paths:
7
- .github/workflows/unit-test.yml
8
+ - .gitattributes
9
- go.mod
- - '**/*.go'
10
- Makefile
11
+ - '**/*.go'
12
+ - '**/testdata/**/*.yaml'
13
+ - '**/testdata/**/*.yml'
14
+ - '**/testdata/**/*.json'
15
- '!hack/**'
16
- '!site/**'
17
- '!**/*.md'
18
- '!**/*.json'
19
pull_request:
20
21
22
23
24
25
26
27
28
29
30
31
0 commit comments