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:
ekko
2026-04-20 19:01:04 +08:00
parent dca52061bd
commit ef39a69d11
+1 -2
View File
@@ -5,8 +5,7 @@ on:
push:
branches:
- main
- dev-custom # 如果你新建了分支,确保你的分支名在这里
- my-custom # 替换为你实际使用的分支名
- dev
workflow_dispatch: # 允许在 GitHub 网页端手动点击按钮触发
jobs: