Deploy only for master and tag is true

This commit is contained in:
Unknown 2020-06-23 18:55:08 -04:00
parent f03f29b0de
commit 38f73905bc

View File

@ -35,8 +35,8 @@ jobs:
on: on:
distributions: sdist bdist_wheel distributions: sdist bdist_wheel
repo: louisleroy5/translater repo: louisleroy5/translater
branch: develop branch: master
tags: false tags: true
before_install: before_install:
- source install_energyplus.sh - source install_energyplus.sh
- wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh - wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh