Adjusted CI_COMMIT_BRANCH to main

This commit is contained in:
Clemens Geibel 2022-02-04 10:28:16 +01:00
parent 4898949e0d
commit fbed382389

View file

@ -100,7 +100,7 @@ upload-clj-prerelease:
<<: *clj <<: *clj
stage: upload stage: upload
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG == null' - if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG == null'
script: script:
- lein deploy clojars - lein deploy clojars