ci: 将自动合并工作流中的基础分支从 base
更改为 main
为了与项目的主分支命名保持一致,将自动合并工作流的基础分支从 `base` 更改为 `main`
This commit is contained in:
parent
89212f68d5
commit
7caf806e93
2
.github/workflows/auto-merge.yml
vendored
2
.github/workflows/auto-merge.yml
vendored
@ -3,7 +3,7 @@ name: Auto Merge Base to Other Branches
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- base
|
||||
- main
|
||||
workflow_dispatch: # 手动触发
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user