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 4abd37d commit 05192bfCopy full SHA for 05192bf
.circleci/config.yml
@@ -355,22 +355,22 @@ workflows:
355
filters:
356
branches:
357
only:
358
- - feature/profile-add-edgenet
+ - free
359
# This is beta env for production soft releases
360
- "build-prod-beta":
361
context : org-global
362
363
364
365
366
# This is stage env for production QA releases
367
- "build-prod-staging":
368
369
filters: &filters-staging
370
371
372
- develop
373
- - topgear-app
+ - feature/profile-add-edgenet
374
# Production builds are exectuted
375
# when PR is merged to the master
376
# Don't change anything in this configuration
0 commit comments