feat(build): no docs/docker build on master push, only tag

as a push to master branch is to create a release, no building should occur.

!68
This commit is contained in:
2023-09-02 15:00:11 +09:30
parent 0d7974152c
commit e8758c4cce
4 changed files with 30 additions and 30 deletions

View File

@ -100,12 +100,12 @@ variables:
fi
rules:
- if: # condition_master_branch_push
$CI_COMMIT_BRANCH == "master" &&
$CI_PIPELINE_SOURCE == "push"
exists:
- '{dockerfile,dockerfile.j2}'
when: always
# - if: # condition_master_branch_push
# $CI_COMMIT_BRANCH == "master" &&
# $CI_PIPELINE_SOURCE == "push"
# exists:
# - '{dockerfile,dockerfile.j2}'
# when: always
- if: # condition_git_tag
$CI_COMMIT_TAG != null &&