Fix branch condition in travis

This commit is contained in:
WithoutPants 2020-02-07 06:57:44 +11:00 committed by GitHub
parent 3c1eeb3d47
commit 254d6978d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ deploy:
prerelease: true prerelease: true
on: on:
repo: stashapp/stash repo: stashapp/stash
branches: develop branch: develop
# official master release - only build when tagged # official master release - only build when tagged
- provider: releases - provider: releases
api_key: api_key:
@ -64,7 +64,7 @@ deploy:
name: ${STASH_VERSION} name: ${STASH_VERSION}
on: on:
repo: stashapp/stash repo: stashapp/stash
branches: master branch: master
tags: true tags: true
# make sure we don't release using the latest_develop tag # make sure we don't release using the latest_develop tag
condition: $TRAVIS_TAG != latest_develop condition: $TRAVIS_TAG != latest_develop