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 aa01cf1 commit 7a85ab1Copy full SHA for 7a85ab1
.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