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 22b0d56 commit 1b523c4Copy full SHA for 1b523c4
.github/workflows/build.yml
@@ -9,6 +9,9 @@ on:
9
- opened
10
- synchronize
11
- reopened
12
+ paths-ignore:
13
+ - ".github/workflows/patch_for_go_gem.yml"
14
+ - "_tools/**"
15
16
env:
17
TEST_ARGS: -coverprofile coverage.out -covermode atomic
.github/workflows/patch_for_go_gem.yml
+ paths:
+ - "_tools/patch_for_go_gem/**"
defaults:
run:
0 commit comments