Fix travis tagged build (#379)

* Fix tagged master build on travis
* Remove branches section
This commit is contained in:
WithoutPants 2020-02-24 17:05:08 +11:00 committed by GitHub
parent 71ca30e8f4
commit acc8a126d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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