File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ workflows:
343
343
branches :
344
344
only :
345
345
- develop
346
- - feature/unassigned-tasks
347
346
# This is alternate dev env for parallel testing
348
347
- " build-test " :
349
348
context : org-global
@@ -357,22 +356,21 @@ workflows:
357
356
filters :
358
357
branches :
359
358
only :
360
- - ref-email-tracking
359
+ - free
361
360
# This is beta env for production soft releases
362
361
- " build-prod-beta " :
363
362
context : org-global
364
363
filters :
365
364
branches :
366
365
only :
367
- - slash-home-hotfix
366
+ - free
368
367
# This is stage env for production QA releases
369
368
- " build-prod-staging " :
370
369
context : org-global
371
370
filters : &filters-staging
372
371
branches :
373
372
only :
374
373
- develop
375
- - feature/unassigned-tasks
376
374
# Production builds are exectuted
377
375
# when PR is merged to the master
378
376
# Don't change anything in this configuration
You can’t perform that action at this time.
0 commit comments