From 80191d03b1150d379b6a9b80c5a7b4f6d535ccde Mon Sep 17 00:00:00 2001 From: Ben Moore Date: Tue, 31 Mar 2020 10:33:58 -0500 Subject: [PATCH] chore: adjust order of requires and filters in workflows --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f205291..a4f94f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,13 +142,13 @@ workflows: branches: only: master - checks: + requires: + - checkout filters: tags: only: /^\d+\.\d+\.\d+$/ branches: only: master - requires: - - checkout - deploy_svn_tag: context: genesis-svn requires: