From 14779812070e2d6893c9e4caeeee42c4bc652e27 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 8 Mar 2023 14:01:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) 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: