From 6278c6947c5d73df18160613b6a0ff509bc081f9 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 8 Nov 2019 20:58:32 -0500 Subject: [PATCH] Switched travis to only deploy on tags --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4995bc86..11976500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ deploy: script: bash ci/deploy_conda.sh on: repo: sharppy/SHARPpy - tags: false + tags: true branch: andover condition: "$BUILD_CONDA = YES" # Deploy docs to Github Pages @@ -68,7 +68,7 @@ deploy: script: bash ci/build_docs.sh on: repo: sharppy/SHARPpy - tags: false + tags: true branch: andover condition: "$BUILD_DOCS = YES" # Deploy the code to PyPI @@ -81,6 +81,6 @@ deploy: on: repo: sharppy/SHARPpy tags: true - branch: andover-off + branch: andover condition: "$BUILD_CONDA = YES"