From 85342048385152579a59098e6ee23e62b0a1eaa9 Mon Sep 17 00:00:00 2001 From: Brooke Date: Tue, 24 May 2022 12:08:51 -0700 Subject: [PATCH] PROD-2048 #comment switch qa branch to deploy to dev env #time 5m --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79c1c70..d36a148 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,8 +74,9 @@ workflows: filters: branches: only: - - dev - - feat/onboarding-app + # - dev + # - feat/onboarding-app + - qa # Production builds are exectuted only on tagged commits to the # master branch.