Skip to content

Commit 8248f60

Browse files
authored
Merge pull request github#9277 from github/aibaars/go-test-workflow
Go: trigger CI jobs on Go related changes only
2 parents 7853ea6 + 7a85ab1 commit 8248f60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "Go: Run Tests"
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
paths:
5+
- "go/**"
6+
- .github/workflows/go-tests.yml
37
jobs:
48

59
test-linux:

0 commit comments

Comments
 (0)