Adjusted CI_COMMIT_BRANCH to main
This commit is contained in:
parent
4898949e0d
commit
fbed382389
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue