We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7513754 commit 3a10df6Copy full SHA for 3a10df6
.circleci/config.yml
@@ -341,6 +341,7 @@ workflows:
341
branches:
342
only:
343
- develop
344
+ - topgear-login-redirect
345
# This is alternate dev env for parallel testing
346
- "build-test":
347
context : org-global
@@ -361,14 +362,15 @@ workflows:
361
362
filters:
363
364
- - thrive-bug-fixes2
365
+ - free
366
# This is stage env for production QA releases
367
- "build-prod-staging":
368
369
filters: &filters-staging
370
371
372
373
374
# Production builds are exectuted
375
# when PR is merged to the master
376
# Don't change anything in this configuration
0 commit comments