From 03230b6386ee0d48602251b956123586028bbae3 Mon Sep 17 00:00:00 2001 From: Toby Harradine Date: Sat, 6 Oct 2018 14:07:27 +1000 Subject: [PATCH] Remove branch condition from Travis deployment So we can automatically deploy from release branches --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff662e39d..2d5a34fd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ jobs: - python: 3.6.6 env: TOXENV=style - # These jobs only occur on tag creation for V3/develop if the prior ones succeed + # These jobs only occur on tag creation if the prior ones succeed - stage: PyPi Deployment if: tag IS present python: 3.6.6 @@ -42,7 +42,6 @@ jobs: skip_cleanup: true on: repo: Cog-Creators/Red-DiscordBot - branch: V3/develop python: 3.6.6 tags: true - stage: Crowdin Deployment @@ -62,6 +61,5 @@ jobs: skip_cleanup: true on: repo: Cog-Creators/Red-DiscordBot - branch: V3/develop python: 3.6.6 tags: true