Skip to content

Commit d882999

Browse files
committed
only trigger workflow on changes to go files / go.mod
1 parent 1ed7729 commit d882999

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/master.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: build and push
2-
on: [push]
2+
on:
3+
push:
4+
paths:
5+
- 'go.mod'
6+
- '**.go'
37
jobs:
48
build:
59
name: build

0 commit comments

Comments
 (0)