From acc8a126d0edffaed83c03cc359ca20b7ed50aba Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 24 Feb 2020 17:05:08 +1100 Subject: [PATCH] Fix travis tagged build (#379) * Fix tagged master build on travis * Remove branches section --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ced0e3186..8ffc58986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,12 +64,6 @@ deploy: name: ${STASH_VERSION} on: repo: stashapp/stash - branch: master tags: true # make sure we don't release using the latest_develop tag condition: $TRAVIS_TAG != latest_develop - -branches: - only: - - master - - develop