ci: 将自动合并工作流中的基础分支从 base 更改为 main

为了与项目的主分支命名保持一致,将自动合并工作流的基础分支从 `base` 更改为 `main`
This commit is contained in:
feige996 2025-05-22 17:48:14 +08:00
parent 89212f68d5
commit 7caf806e93

View File

@ -3,7 +3,7 @@ name: Auto Merge Base to Other Branches
on:
push:
branches:
- base
- main
workflow_dispatch: # 手动触发
jobs: