From 87168da3f66cdf7ce8b0f0467fb8e55ed58bfa27 Mon Sep 17 00:00:00 2001 From: "Christian G. Warden" Date: Thu, 31 Dec 2020 12:50:26 -0600 Subject: [PATCH] Run Build for Tags --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b40f23e..5cce6ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,3 +26,11 @@ jobs: else echo "No tag" fi +workflows: + version: 2 + build-workflow: # the name of our workflow + jobs: # the jobs that we are sequencing. + - build: + filters: + tags: + only: /^v.*/