Build artifacts only when tags are applied

This commit is contained in:
Manuel Cortez 2018-12-17 01:03:25 -06:00
parent 934744362f
commit 49c96963f8

View File

@ -6,6 +6,8 @@ production:
- python setup.py py2exe - python setup.py py2exe
- cd .. - cd ..
- move src\dist socializer - move src\dist socializer
only:
- tags
artifacts: artifacts:
paths: paths:
- socializer\* - socializer\*