We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed7729 commit d882999Copy full SHA for d882999
.github/workflows/master.yml
@@ -1,5 +1,9 @@
1
name: build and push
2
-on: [push]
+on:
3
+ push:
4
+ paths:
5
+ - 'go.mod'
6
+ - '**.go'
7
jobs:
8
build:
9
name: build
0 commit comments