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
|
||||
test:
|
||||
jobs:
|
||||
- test-py35
|
||||
- test-py36
|
||||
- test-py37
|
||||
- test-py35:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- test-py36:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- test-py37:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- codecov:
|
||||
requires:
|
||||
- test-py37
|
||||
- style
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- style:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pypi:
|
||||
requires:
|
||||
- test-py35
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue