From 254d6978d0c13ac25f8ecd0feb0fdfee69f0c247 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Fri, 7 Feb 2020 06:57:44 +1100 Subject: [PATCH] Fix branch condition in travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d5a94008..ced0e3186 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ deploy: prerelease: true on: repo: stashapp/stash - branches: develop + branch: develop # official master release - only build when tagged - provider: releases api_key: @@ -64,7 +64,7 @@ deploy: name: ${STASH_VERSION} on: repo: stashapp/stash - branches: master + branch: master tags: true # make sure we don't release using the latest_develop tag condition: $TRAVIS_TAG != latest_develop