ci: 构建任务改为手动触发,避免推送时自动执行

This commit is contained in:
小鱼开发
2026-06-11 14:06:15 +08:00
parent ec8c480998
commit a55ec273ab
+3 -3
View File
@@ -30,9 +30,9 @@ stages:
# ==========================================
.frontend_build:
stage: build-frontend
only:
- master
- tags
rules:
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_TAG
when: manual
cache:
# Node 依赖缓存(基于 package-lock.json 变更)
- key: