From dda609273e62e8e7bd3a8e5f8d552bfbdf0124ef Mon Sep 17 00:00:00 2001 From: divious1 Date: Fri, 2 Apr 2021 12:49:31 -0400 Subject: [PATCH] moved workflow around to have auth jobs be done via a tag release --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 023b54b0d9..c081f5c9c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -464,7 +464,9 @@ workflows: - build-package filters: tags: - only: /.*/ + only: /^v.*/ + branches: + ignore: /.*/ - create-report: requires: - validate-content @@ -474,6 +476,8 @@ workflows: filters: tags: only: /^v.*/ + branches: + ignore: /.*/ - update-sources-github: # update package and docs in github if is a tag requires: