Skip to content

Commit 67c67b5

Browse files
phnarph
authored andcommitted
Disable linter on merge/push on branches (#57)
This make the linter run on new code only in a pull-request and disable the linter on the main branch until we have clean all the alert.
1 parent 41d6af8 commit 67c67b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/golangci-lint.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: golangci-lint
22
on:
3-
push:
4-
branches:
5-
- main
6-
- 8.*
7-
- 7.17
3+
#push:
4+
# branches:
5+
# - main
6+
# - 8.*
7+
# - 7.17
88
pull_request:
99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)