This commit is contained in:
2023-11-25 08:19:34 -06:00
parent 1cdab13068
commit c16dfadf7b
3 changed files with 33 additions and 0 deletions

View File

@@ -59,5 +59,9 @@ publish:
- job: upload
rules:
- if: $CI_COMMIT_BRANCH =~ '/^release/'
exists:
- $OCTO_PROJECT_NAME
- if: $CI_COMMIT_BRANCH =~ 'main'
exists:
- $OCTO_PROJECT_NAME
- when: never