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:
parent
a27f65d01e
commit
753ee4d485
1 changed files with 19 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue