diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be6b12f..5fd4547 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,9 +17,6 @@ cache: build: stage: build rules: - - if: $CI_COMMIT_TAG - when: never # Do not run this job when a tag is created manually - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch script: - ./gradlew assemble artifacts: