Skip to content

Commit f46ec22

Browse files
committed
rename master branch to main
1 parent 1338df7 commit f46ec22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Golangci-Lint
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
jobs:
99
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)