From 01be23f8b230c9026877c0e04cb97f76c6979029 Mon Sep 17 00:00:00 2001 From: Aaron Hipple Date: Sun, 5 Apr 2020 17:08:27 -0700 Subject: [PATCH] Tweak branch filters for build and release jobs --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 873bcee..b2cfbba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,14 +86,12 @@ workflows: jobs: - build_tags: filters: - branches: - only: master tags: only: /^v\d+\.\d+\.\d+$/ - release_tags: filters: branches: - only: master + ignore: /.*/ tags: only: /^v\d+\.\d+\.\d+$/ requires: