From 0247f15ae3521e0daf6e81fb6dafe805b876a134 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 15 Oct 2019 16:08:21 -0400 Subject: [PATCH] fix ci config for tags --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f796b38..579b1f53 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,6 +146,14 @@ workflows: - test-cover: requires: - setup-dependencies + - setup-dependencies-tags: + # This filter enables the job for tags + filters: + branches: + ignore: /.*/ + tags: + only: + - /^v.*/ - test-all: requires: - setup-dependencies