only do releases on master

This commit is contained in:
Johannes Loher 2021-01-09 19:06:26 +01:00
parent 8856c30165
commit fe4acd2d9d

View file

@ -92,8 +92,8 @@ deploy:
git push origin ci-processing:${CI_BUILD_REF_NAME}
git push origin latest -f
git push origin ${RELEASE_VERSION}
# only:
# - master
only:
- master
when: manual
release-patch: