1. 更新gitlab-ci流水线配置

This commit is contained in:
黄昕 2024-03-14 10:13:39 +08:00
parent 704df3b422
commit 2f386bec52
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ release_job:
- linux-maven
rules :
- if : $CI_COMMIT_TAG # Run this job when a tag is created
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
script :
- echo "running release_job"
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties