Skip to content

Commit a8ec3e6

Browse files
committed
Fix main branch name in ci.yml
1 parent 03de1ce commit a8ec3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
pull_request: {}
5-
push: { branches: [ maing ] }
5+
push: { branches: [ main ] }
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)