mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
circleci turn on workflow for circleci-configure-tests branch
This commit is contained in:
parent
151db75405
commit
bb337af4af
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue