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