From 91d4ed02f0d66c52461ba4454f3a032d228d75f7 Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 4 Feb 2022 10:23:55 +0100 Subject: [PATCH] Adjusted CI_COMMIT_BRANCH to main --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a88f81..796c358 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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