Skip to content

Commit df10961

Browse files
committed
fix: CI
1 parent c61b823 commit df10961

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
@@ -3,7 +3,7 @@ name: ci
33
on:
44
# 每当 push 到 main 分支时触发部署
55
push:
6-
branches: [main]
6+
branches: [master]
77
# 手动触发部署
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)