releasing

This commit is contained in:
Liam Galvin 2018-11-24 19:09:22 +00:00
parent a6020e331a
commit 795f463365
1 changed files with 10 additions and 1 deletions

View File

@ -59,13 +59,22 @@ workflows:
version: 2
build:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- build-darwin:
requires:
- test
filters:
tags:
only: /.*/
- build-linux:
requires:
- test
filters:
tags:
only: /.*/
- release:
requires:
- build-linux