fix: clean up workflow trigger branches
Remove personal branch names (dev-custom, my-custom), keep only main and dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,8 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev-custom # 如果你新建了分支,确保你的分支名在这里
|
||||
- my-custom # 替换为你实际使用的分支名
|
||||
- dev
|
||||
workflow_dispatch: # 允许在 GitHub 网页端手动点击按钮触发
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user