We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5179a + 2961320 commit 9458f07Copy full SHA for 9458f07
.github/workflows/go-tests-other-os.yml
@@ -3,6 +3,7 @@ on:
3
pull_request:
4
paths:
5
- "go/**"
6
+ - "!go/documentation/**"
7
- "!go/ql/**" # don't run other-os if only ql/ files changed
8
- .github/workflows/go-tests-other-os.yml
9
- .github/actions/**
.github/workflows/go-tests.yml
push:
- "shared/**"
- .github/workflows/go-tests.yml
@@ -13,6 +14,7 @@ on:
13
14
15
16
17
18
19
20
0 commit comments