Skip to content

Commit 660633d

Browse files
committed
fix: branch name in CI
1 parent 03b1a25 commit 660633d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- "**/**.md"
99
- "**/LICENSE"
@@ -12,7 +12,7 @@ on:
1212
- "**/.config/**"
1313
pull_request:
1414
branches:
15-
- master
15+
- main
1616
paths-ignore:
1717
- "**/**.md"
1818
- "**/LICENSE"

0 commit comments

Comments
 (0)