Skip to content

Commit

Permalink
add go mod files to build github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 11, 2023
1 parent e61b329 commit 0b601a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
paths:
- 'go.mod'
- 'go.sum'
- '*.go'
- '*/*.go'
- '*/*/*.go'
Expand All @@ -17,6 +19,8 @@ on:
branches:
- master
paths:
- 'go.mod'
- 'go.sum'
- '*.go'
- '*/*.go'
- '*/*/*.go'
Expand Down

0 comments on commit 0b601a9

Please sign in to comment.