We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36140f6 commit 31034acCopy full SHA for 31034ac
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
3
4
on:
5
push:
6
- branches: [main] # 确保与你的分支名一致(main 或 master)
+ branches: [master] # 确保与你的分支名一致(main 或 master)
7
8
workflow_dispatch:
9
0 commit comments