新增gitlab-ci规则

This commit is contained in:
2025-11-17 13:49:12 +00:00
parent 4418c9a1b5
commit 02b69b2e5a

6
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,6 @@
build_job:
stage: build
script:
- echo "只允许build执行流水线"
rules:
- if:'$CI_COMMIT_BRANCH' == "build"