Update .gitlab-ci.yml file

This commit is contained in:
Lee 2023-03-08 14:01:20 +00:00
parent bc8055758d
commit 1477981207

@ -17,9 +17,6 @@ cache:
build: build:
stage: build stage: build
rules: 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: script:
- ./gradlew assemble - ./gradlew assemble
artifacts: artifacts: