Skip to content

Commit 8cf8321

Browse files
authored
fix github action
fix github action to run on go.mod and go.sum changes
1 parent 94acda5 commit 8cf8321

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
- '**.go'
66
- '**.yaml'
77
- '**.yml'
8-
- '**.sql'
8+
- '**.sql'
9+
- 'go.mod'
10+
- 'go.sum'
911
branches:
1012
- '*'
1113
tags-ignore:
@@ -60,4 +62,4 @@ jobs:
6062
# - name: Run GoReleaser
6163
# uses: goreleaser/goreleaser-action@master
6264
# with:
63-
# args: release --snapshot --skip-publish --rm-dist
65+
# args: release --snapshot --skip-publish --rm-dist

0 commit comments

Comments
 (0)