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
|
||||
stage: upload
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG == null'
|
||||
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG == null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
|
||||
|
|
Reference in a new issue