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.
2 parents 7853ea6 + 7a85ab1 commit 8248f60Copy full SHA for 8248f60
.github/workflows/go-tests.yml
@@ -1,5 +1,9 @@
1
name: "Go: Run Tests"
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ paths:
5
+ - "go/**"
6
+ - .github/workflows/go-tests.yml
7
jobs:
8
9
test-linux:
0 commit comments