Skip to content

Commit e8d9f87

Browse files
committed
fix: github actions on main branch
1 parent 35dfe99 commit e8d9f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# 在针对 `master` 分支的推送上运行
66
push:
77
branches:
8-
- master
8+
- main
99

1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)