Skip to content

Commit 3a10df6

Browse files
ci: Deploy topgear-login-redirect to Dev and Stag
1 parent 7513754 commit 3a10df6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ workflows:
341341
branches:
342342
only:
343343
- develop
344+
- topgear-login-redirect
344345
# This is alternate dev env for parallel testing
345346
- "build-test":
346347
context : org-global
@@ -361,14 +362,15 @@ workflows:
361362
filters:
362363
branches:
363364
only:
364-
- thrive-bug-fixes2
365+
- free
365366
# This is stage env for production QA releases
366367
- "build-prod-staging":
367368
context : org-global
368369
filters: &filters-staging
369370
branches:
370371
only:
371372
- develop
373+
- topgear-login-redirect
372374
# Production builds are exectuted
373375
# when PR is merged to the master
374376
# Don't change anything in this configuration

0 commit comments

Comments
 (0)