Skip to content

Commit e021036

Browse files
committed
Fix #38
1 parent 6503df9 commit e021036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: golangci-lint
22
on:
33
push:
4-
branches: [ "master", "dev" ]
4+
branches: [ "dev" ]
55
pull_request:
6-
branches: [ "master", "dev" ]
6+
branches: [ "master" ]
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)