1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 15:39:45 +00:00

Run build steps on tags

This commit is contained in:
Emma 2019-01-02 14:36:43 -07:00
parent a27f65d01e
commit 753ee4d485

View file

@ -99,13 +99,28 @@ workflows:
version: 2 version: 2
test: test:
jobs: jobs:
- test-py35 - test-py35:
- test-py36 filters:
- test-py37 tags:
only: /.*/
- test-py36:
filters:
tags:
only: /.*/
- test-py37:
filters:
tags:
only: /.*/
- codecov: - codecov:
requires: requires:
- test-py37 - test-py37
- style filters:
tags:
only: /.*/
- style:
filters:
tags:
only: /.*/
- pypi: - pypi:
requires: requires:
- test-py35 - test-py35