We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2aeeb commit 63edc28Copy full SHA for 63edc28
.circleci/config.yml
@@ -356,7 +356,7 @@ workflows:
356
filters:
357
branches:
358
only:
359
- - PROD-4120
+ - free
360
# This is alternate dev env for parallel testing
361
- "build-qa":
362
context : org-global
@@ -372,14 +372,15 @@ workflows:
372
373
374
375
376
# This is stage env for production QA releases
377
- "build-prod-staging":
378
379
filters: &filters-staging
380
381
382
- develop
383
+ - PROD-4120
384
# Production builds are exectuted
385
# when PR is merged to the master
386
# Don't change anything in this configuration
0 commit comments