circleci turn on workflow for circleci-configure-tests branch

This commit is contained in:
BryceLTaylor 2021-01-11 11:24:09 -05:00
parent 151db75405
commit bb337af4af

View file

@ -121,6 +121,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests
- deploy-staging: - deploy-staging:
context: context:
- scratch-www-all - scratch-www-all
@ -133,6 +134,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests
- integration-staging-jest: - integration-staging-jest:
context: context:
- scratch-www-all - scratch-www-all
@ -145,6 +147,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests
- integration-staging-tap: - integration-staging-tap:
context: context:
- scratch-www-all - scratch-www-all
@ -157,3 +160,4 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests