update deployment to be on any tag

This commit is contained in:
Sean Mac Gillicuddy 2019-06-14 15:45:40 +01:00
parent 5fd479c9fb
commit 14df2a1dbd

View File

@ -82,7 +82,6 @@ deploy:
draft: true
on:
tags: true
condition: $TRAVIS_BRANCH =~ ^release|master
#publish on play store
- provider: script
@ -90,4 +89,3 @@ deploy:
script: ./gradlew publishKiwixRelease
on:
tags: true
condition: $TRAVIS_BRANCH =~ ^release|master