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:
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: