From 667d8854f9eae64bad081c9b0085ffc0af3467ef Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Sun, 6 Oct 2019 21:35:56 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f154295..3a72924 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -295,9 +295,8 @@ workflows: - dgoss - test-unit filters: - filters: - tags: - only: /([0-9]+\.[0-9]+\.[0-9]+) + tags: + only: /([0-9]+\.[0-9]+\.[0-9]+) - publish-latest: requires: - dgoss