diff --git a/.circleci/config.yml b/.circleci/config.yml index 35f86a19b6..c0b8f6fccb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -230,7 +230,7 @@ workflows: filters: branches: only: - - i-v5-develop-24Aug + - develop # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -251,14 +251,14 @@ workflows: filters: branches: only: - - develop + - hot-fix # This is stage env for production QA releases - "build-prod-staging": context : org-global filters: branches: only: - - i-v5-develop-24Aug + - develop # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration