Skip to content

Commit 1b523c4

Browse files
committed
Refactor patch_for_go_gem workflow
1 parent 22b0d56 commit 1b523c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- opened
1010
- synchronize
1111
- reopened
12+
paths-ignore:
13+
- ".github/workflows/patch_for_go_gem.yml"
14+
- "_tools/**"
1215

1316
env:
1417
TEST_ARGS: -coverprofile coverage.out -covermode atomic

.github/workflows/patch_for_go_gem.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- opened
1010
- synchronize
1111
- reopened
12+
paths:
13+
- ".github/workflows/patch_for_go_gem.yml"
14+
- "_tools/patch_for_go_gem/**"
1215

1316
defaults:
1417
run:

0 commit comments

Comments
 (0)