From 972c3e2c5d6f48d2cbf487eeb4ee8915178f599f Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Thu, 17 May 2018 09:06:54 +0300 Subject: [PATCH] Add tag filter for test job to enable tag builds --- circle.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7bd91c1..f067b65 100644 --- a/circle.yml +++ b/circle.yml @@ -55,7 +55,10 @@ workflows: version: 2 test-and-update-site: jobs: - - test + - test: + filters: + tags: + only: /v.*/ - update-site: requires: - test