diff --git a/.circleci/config.yml b/.circleci/config.yml index 91e94b3c1..4d62904d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -280,14 +280,14 @@ workflows: - build_and_test - sam_build context: [ deployment-development-wcivf, slack-secrets ] - filters: { branches: { only: [ main, master, staging, hotfix/make-token-more-unique ] } } + filters: { branches: { only: [ main, master, staging, development ] } } - post_deploy_tests: name: post_deploy_tests_development dc-environment: development requires: - sam_deploy_development context: [ deployment-development-wcivf, slack-secrets ] - filters: { branches: { only: [ main, master, staging, hotfix/make-token-more-unique ] } } + filters: { branches: { only: [ main, master, staging, development ] } } - code_deploy: name: code_deploy_development dc-environment: development @@ -297,7 +297,7 @@ workflows: requires: - post_deploy_tests_development context: [ deployment-development-wcivf, slack-secrets ] - filters: { branches: { only: [ main, master, staging, hotfix/make-token-more-unique ] } } + filters: { branches: { only: [ main, master, staging, development ] } } - sam_deploy: name: sam_deploy_staging dc-environment: staging