Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
fix github action to run on go.mod and go.sum changes
  • Loading branch information
markwort authored Apr 5, 2022
1 parent 94acda5 commit 8cf8321
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
- '**.go'
- '**.yaml'
- '**.yml'
- '**.sql'
- '**.sql'
- 'go.mod'
- 'go.sum'
branches:
- '*'
tags-ignore:
Expand Down Expand Up @@ -60,4 +62,4 @@ jobs:
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@master
# with:
# args: release --snapshot --skip-publish --rm-dist
# args: release --snapshot --skip-publish --rm-dist

0 comments on commit 8cf8321

Please sign in to comment.