diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ade23d4..6691e3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,9 @@ deploy: stage: deploy only: - /^release-.*$/ - + except: + - branches before_script: - gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import $GPG_PRIVATE_KEY script: - - 'mvn --settings $MAVEN_SETTINGS -U -P ossrh,release clean deploy' - artifacts: - paths: - - backend/target/*.jar \ No newline at end of file + - 'mvn --settings $MAVEN_SETTINGS -U -P ossrh,release clean deploy' \ No newline at end of file