Update .gitlab-ci.yml file

This commit is contained in:
Chandrashekhar Reddy
2024-10-16 07:12:55 +00:00
parent 07c778b0cc
commit 7779f362af

View File

@@ -102,6 +102,10 @@ assembleRelease:
paths:
- app/build/outputs/
expire_in: never
rules:
- if: $CI_COMMIT_TAG =~ /release/
when: always
- when: never
debugTests:
needs: [lintDebug, assembleDebug]