From bb337af4af134a74c2dd563e1128481934eac12b Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 11 Jan 2021 11:24:09 -0500 Subject: [PATCH] circleci turn on workflow for circleci-configure-tests branch --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b982626dd..8582d1c90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,6 +121,7 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ + - circleci-configure-tests - deploy-staging: context: - scratch-www-all @@ -133,6 +134,7 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ + - circleci-configure-tests - integration-staging-jest: context: - scratch-www-all @@ -145,6 +147,7 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ + - circleci-configure-tests - integration-staging-tap: context: - scratch-www-all @@ -157,3 +160,4 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ + - circleci-configure-tests