build: added tags and release branches to deploy job

This commit is contained in:
Andreas Stallinger
2017-08-23 11:24:46 +00:00
parent 94506d7dd6
commit be9e2de21d
+3
View File
@@ -35,6 +35,9 @@ variables:
- lftp -u $FTP_USER,$FTP_PW -p $FTP_PORT $FTP_ADDR -e "mkdir $TARGET_DIR; mput -O $TARGET_DIR Sourcetrail*; bye"
only:
- master
- tags
- /^release.*$/
## Build Stage ##