Skip to content

Commit

Permalink
Merge pull request #4004 from ElrondNetwork/trigger-golang-ci-for-fea…
Browse files Browse the repository at this point in the history
…t-branches-prs

add golangci linter for feat branches PRs
  • Loading branch information
bogdan-rosianu committed Apr 20, 2022
2 parents d43dfed + 13f2d62 commit 74bf688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
pull_request:
branches: [ master, development ]
branches: [ master, development, feat/* ]
jobs:
golangci:
name: golangci linter
Expand Down

0 comments on commit 74bf688

Please sign in to comment.