v4.0.1
===================================================================== - circleci: trigger test workflows on tags too
This commit is contained in:
parent
a739d3b5a2
commit
695eea2985
@ -110,7 +110,12 @@ jobs:
|
||||
workflows:
|
||||
python:
|
||||
jobs:
|
||||
- python-test
|
||||
- python-test:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*$/
|
||||
branches:
|
||||
only: /^.*$/
|
||||
- python-publish:
|
||||
requires: [python-test]
|
||||
context: [pypi-yage]
|
||||
@ -122,7 +127,12 @@ workflows:
|
||||
|
||||
nodejs:
|
||||
jobs:
|
||||
- nodejs-test
|
||||
- nodejs-test:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*$/
|
||||
branches:
|
||||
only: /^.*$/
|
||||
- nodejs-publish:
|
||||
requires: [nodejs-test]
|
||||
context: [npm-wrynegade]
|
||||
|
Loading…
Reference in New Issue
Block a user