Make CircleCI happy

This commit is contained in:
Enrico Stahn 2018-02-18 23:23:50 +11:00
parent 1c62c6c472
commit 7a32619bb6
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -28,7 +28,10 @@ workflows:
version: 2
build-n-deploy:
jobs:
- build
- build:
filters:
tags:
only: /^v.*/
- deploy:
requires:
- build