stages: - build build_job: stage: build script: - echo "仅build分支执行CI流水线" rules: - if: '$CI_COMMIT_BRANCH == "build"'