Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a85ab1

Browse files
authored
Go: trigger CI jobs on Go related changes only
1 parent aa01cf1 commit 7a85ab1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.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)