hmmm
parent
4556587c74
commit
cd8654187e
|
@ -33,10 +33,10 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- test
|
- test
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^[0-9]\.[0-9]\.[0-9]$/
|
only: /^[0-9]\.[0-9]\.[0-9]$/
|
||||||
|
|
Loading…
Reference in New Issue