Skip to content

Commit 1eb44f1

Browse files
committed
chore(ci): 更新GitHub Actions分支名称
- 将触发分支从 master 更改为 main -保持与当前默认分支名称一致- 确保CI流程正常运行
1 parent 3270f1a commit 1eb44f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: 构建并发布 PHP 项目
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
workflow_dispatch: # 允许手动触发
1111

1212
permissions: write-all

0 commit comments

Comments
 (0)