From 14df2a1dbd032b0148cb92a1a8802bfa11d0f4b0 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Fri, 14 Jun 2019 15:45:40 +0100 Subject: [PATCH] update deployment to be on any tag --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7135f8369..f7477bec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,12 +82,10 @@ deploy: draft: true on: tags: true - condition: $TRAVIS_BRANCH =~ ^release|master #publish on play store - provider: script skip_cleanup: true script: ./gradlew publishKiwixRelease on: - tags: true - condition: $TRAVIS_BRANCH =~ ^release|master \ No newline at end of file + tags: true \ No newline at end of file