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
- /^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