We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6503df9 commit e021036Copy full SHA for e021036
.github/workflows/golangci-lint.yml
@@ -1,9 +1,9 @@
1
name: golangci-lint
2
on:
3
push:
4
- branches: [ "master", "dev" ]
+ branches: [ "dev" ]
5
pull_request:
6
+ branches: [ "master" ]
7
8
permissions:
9
contents: read
0 commit comments