Skip to content

Commit 95d4db4

Browse files
authored
[chore] Correct main branch on CI config (#5)
1 parent d34b898 commit 95d4db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

88
jobs:
99
test:

0 commit comments

Comments
 (0)