Skip to content

Commit ad9f3f2

Browse files
committed
ci: deploying on beta and dev for smoke testing
1 parent c84fb97 commit ad9f3f2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ workflows:
174174
filters:
175175
branches:
176176
only:
177-
- comcast-community
177+
- develop
178178
# This is alternate dev env for parallel testing
179179
- "build-test":
180180
context : org-global
@@ -188,8 +188,13 @@ workflows:
188188
filters:
189189
branches:
190190
only:
191-
- comcast-community
192-
# Production builds are exectuted only on tagged commits to the
191+
- develop
192+
193+
# Production builds are exectuted
194+
# when PR is merged to the master
195+
# Don't change anything in this configuration
196+
# That might trigger wrong branch to be
197+
# deployed on the production
193198
# master branch.
194199
- "build-prod":
195200
context : org-global

0 commit comments

Comments
 (0)