Compare commits
2 Commits
v4-develop
...
v4.0.1
Author | SHA1 | Date | |
---|---|---|---|
695eea2985 | |||
a739d3b5a2 |
@ -110,7 +110,12 @@ jobs:
|
|||||||
workflows:
|
workflows:
|
||||||
python:
|
python:
|
||||||
jobs:
|
jobs:
|
||||||
- python-test
|
- python-test:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /^v.*$/
|
||||||
|
branches:
|
||||||
|
only: /^.*$/
|
||||||
- python-publish:
|
- python-publish:
|
||||||
requires: [python-test]
|
requires: [python-test]
|
||||||
context: [pypi-yage]
|
context: [pypi-yage]
|
||||||
@ -122,7 +127,12 @@ workflows:
|
|||||||
|
|
||||||
nodejs:
|
nodejs:
|
||||||
jobs:
|
jobs:
|
||||||
- nodejs-test
|
- nodejs-test:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /^v.*$/
|
||||||
|
branches:
|
||||||
|
only: /^.*$/
|
||||||
- nodejs-publish:
|
- nodejs-publish:
|
||||||
requires: [nodejs-test]
|
requires: [nodejs-test]
|
||||||
context: [npm-wrynegade]
|
context: [npm-wrynegade]
|
||||||
|
Reference in New Issue
Block a user