deploy only on tags

This commit is contained in:
Erik Frojdh
2020-03-02 13:12:46 +01:00
parent 95d56ad545
commit cce659d98c
3 changed files with 3 additions and 2 deletions

View File

@ -34,4 +34,5 @@ deploy:
script: find $HOME/miniconda/envs/testenv/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \;
on:
branch: developer
tags: true