Skip to content

Commit

Permalink
Fix actions execution criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Feb 5, 2021
1 parent 8f0b82a commit b140efc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
push:
branches:
- master
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
pull_request:
jobs:
golangci:
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ changelog:
sort: desc
filters:
exclude:
- '^docs'
- '^changelog'
- 'Merge pull request'
- docs$
- changelog$
- Merge pull request$

0 comments on commit b140efc

Please sign in to comment.