From fd8b0c5bc1f5d49c754eb6cb933915dbc6413b92 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Sat, 21 Sep 2019 17:40:23 -0400 Subject: [PATCH] building only on tags now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4995bc86..4ebe283f 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