mirror of https://github.com/stashapp/stash.git
Fix travis tagged build (#379)
* Fix tagged master build on travis * Remove branches section
This commit is contained in:
parent
71ca30e8f4
commit
acc8a126d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue