Skip to content

Commit 8b5f489

Browse files
committed
🔧chore: 修改部署工作流触发分支名称
将GitHub Actions中的部署工作流触发分支从“main”更改为“master”,以确保与当前分支策略一致。
1 parent d6642ab commit 8b5f489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Vue Project
22

33
on:
44
push:
5-
branches: [ main ] # 触发分支,根据你的分支名称调整
5+
branches: [ master ] # 触发分支,根据你的分支名称调整
66

77
jobs:
88
deploy:

0 commit comments

Comments
 (0)