Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 0ed298d

Browse files
authored
CI: rename master branch to main (#66)
1 parent 20aac3c commit 0ed298d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)