Skip to content

Commit a9fc824

Browse files
ci: deploy fix-topgear-profile to Dev and Stag env
1 parent c3ef1ca commit a9fc824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,14 @@ workflows:
276276
branches:
277277
only:
278278
- develop
279-
- feature/recommender-sync-develop
279+
- fix-topgear-profile
280280
# This is alternate dev env for parallel testing
281281
- "build-test":
282282
context : org-global
283283
filters:
284284
branches:
285285
only:
286-
- gig-application-update
286+
- free
287287
# This is alternate dev env for parallel testing
288288
- "build-qa":
289289
context : org-global
@@ -297,15 +297,15 @@ workflows:
297297
filters:
298298
branches:
299299
only:
300-
- develop
300+
- free
301301
# This is stage env for production QA releases
302302
- "build-prod-staging":
303303
context : org-global
304304
filters:
305305
branches:
306306
only:
307307
- develop
308-
- feature/recommender-sync-develop
308+
- fix-topgear-profile
309309
- "approve-smoke-test-on-staging":
310310
type: approval
311311
requires:

0 commit comments

Comments
 (0)