Skip to content

Commit 787f2c5

Browse files
ci: Remove feature/unassigned-tasks from Stag and Dev env
1 parent d630391 commit 787f2c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ workflows:
343343
branches:
344344
only:
345345
- develop
346-
- feature/unassigned-tasks
347346
# This is alternate dev env for parallel testing
348347
- "build-test":
349348
context : org-global
@@ -357,22 +356,21 @@ workflows:
357356
filters:
358357
branches:
359358
only:
360-
- ref-email-tracking
359+
- free
361360
# This is beta env for production soft releases
362361
- "build-prod-beta":
363362
context : org-global
364363
filters:
365364
branches:
366365
only:
367-
- slash-home-hotfix
366+
- free
368367
# This is stage env for production QA releases
369368
- "build-prod-staging":
370369
context : org-global
371370
filters: &filters-staging
372371
branches:
373372
only:
374373
- develop
375-
- feature/unassigned-tasks
376374
# Production builds are exectuted
377375
# when PR is merged to the master
378376
# Don't change anything in this configuration

0 commit comments

Comments
 (0)