Skip to content

Commit 63edc28

Browse files
ci: deploy PROD-4120 branch to Stag env
1 parent 4a2aeeb commit 63edc28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ workflows:
356356
filters:
357357
branches:
358358
only:
359-
- PROD-4120
359+
- free
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global
@@ -372,14 +372,15 @@ workflows:
372372
filters:
373373
branches:
374374
only:
375-
- PROD-4120
375+
- free
376376
# This is stage env for production QA releases
377377
- "build-prod-staging":
378378
context : org-global
379379
filters: &filters-staging
380380
branches:
381381
only:
382382
- develop
383+
- PROD-4120
383384
# Production builds are exectuted
384385
# when PR is merged to the master
385386
# Don't change anything in this configuration

0 commit comments

Comments
 (0)