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
|
||||
build-n-deploy:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
|
|
Loading…
Reference in a new issue