Make CircleCI happy
This commit is contained in:
parent
1c62c6c472
commit
7a32619bb6
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build-n-deploy:
|
build-n-deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /^v.*/
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in a new issue