Skip to content

Commit 1a59309

Browse files
ci: Deploy feature/recommender-sync-develop to Beta env
1 parent ec28b58 commit 1a59309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,21 +282,21 @@ workflows:
282282
filters:
283283
branches:
284284
only:
285-
- feature/poc-recommender-sub-2
285+
- free
286286
# This is alternate dev env for parallel testing
287287
- "build-qa":
288288
context : org-global
289289
filters:
290290
branches:
291291
only:
292-
- gigs-housekeep
292+
- free
293293
# This is beta env for production soft releases
294294
- "build-prod-beta":
295295
context : org-global
296296
filters:
297297
branches:
298298
only:
299-
- feature/poc-recommender-sub-2
299+
- feature/recommender-sync-develop
300300
# This is stage env for production QA releases
301301
- "build-prod-staging":
302302
context : org-global

0 commit comments

Comments
 (0)