Add tag filter for test job to enable tag builds

This commit is contained in:
Juho Teperi 2018-05-17 09:06:54 +03:00
parent 33cc4e7a80
commit 972c3e2c5d
1 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,10 @@ workflows:
version: 2
test-and-update-site:
jobs:
- test
- test:
filters:
tags:
only: /v.*/
- update-site:
requires:
- test