fix: add branch filtering

This commit is contained in:
Félix Voituret
2019-11-06 23:20:33 +01:00
parent 82ecaa3c67
commit f06bcf0211

View File

@@ -23,3 +23,15 @@ jobs:
- run:
name: upload to PyPi
command: pip install twine && twine upload dist/*
workflows:
version: 2
test-and-deploy:
jobs:
- test
- upload:
filters:
branches:
only:
- master
requires:
- test