We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a6e7b commit 7155ab0Copy full SHA for 7155ab0
β.github/workflows/compile.yamlβ
@@ -12,8 +12,7 @@ on:
12
- '**.go'
13
- go.mod
14
- '.github/workflows/**'
15
- paths-ignore:
16
- - '**_test.go'
+ - '!**_test.go'
17
18
env:
19
GOPROXY: https://proxy.golang.org,direct
β.gitignoreβ
@@ -33,6 +33,7 @@ website/vendor
33
scripts/testing/auth
34
scripts/testing/certs
35
scripts/testing/testingFile*
36
+scripts/testing/**/to_be_ignored
37
38
# build outputs
39
results
0 commit comments