fix(ci): The development release job should not run by default

Gitlab rules:if adds the job if any of the rules are true.
This commit is contained in:
Roland Dobai
2022-12-13 12:59:25 +01:00
parent 3a77f1fe53
commit 3f3a2d3c13

View File

@@ -371,8 +371,7 @@ deploy_docs_production:
deploy_dev_package:
<<: *test_template
rules:
- if: $CI_DEV_PUBLISH != null
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_DEV_PUBLISH != null && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
TWINE_NON_INTERACTIVE: "true"
TWINE_USERNAME: __token__