update conditions in CI

This commit is contained in:
Bjarne von Horn 2024-02-02 09:49:11 +01:00
parent 6b95e42844
commit 8bf902b02a
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ pdf:
update docs server:
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == "stable-1.5" && $CI_PROJECT_NAMESPACE == "etherlab.org"
- if: $CI_COMMIT_BRANCH == "stable-1.6" && $CI_PROJECT_NAMESPACE == "etherlab.org"
trigger: etherlab.org/docs
upload:
@ -138,4 +138,4 @@ workflow:
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "stable-1.5"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "stable-1.6"