feat(git_push_mirror): always sync git tag

!21
This commit is contained in:
2023-05-14 11:41:18 +09:30
parent e76378dd06
commit 1db2209dfb

View File

@ -17,6 +17,8 @@
rules:
- if: '$JOB_STOP_GIT_PUSH_MIRROR'
when: never
- if: '$CI_COMMIT_TAG && $GIT_SYNC_URL != null'
when: always
- if: '$CI_COMMIT_BRANCH == "master" && $GIT_SYNC_URL != null'
- if: '$CI_COMMIT_BRANCH == "development" && $GIT_SYNC_URL != null'
when: always