Skip to content

Commit c84fb97

Browse files
authored
Merge pull request #4186 from topcoder-platform/comcast-community
Comcast community
2 parents 8c9b0c1 + d56565f commit c84fb97

File tree

6 files changed

+13643
-1474
lines changed

6 files changed

+13643
-1474
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,21 +174,21 @@ workflows:
174174
filters:
175175
branches:
176176
only:
177-
- develop
177+
- comcast-community
178178
# This is alternate dev env for parallel testing
179179
- "build-test":
180180
context : org-global
181181
filters:
182182
branches:
183183
only:
184-
- comcast-community
184+
- feature-contentful
185185
# This is beta env for production soft releases
186186
- "build-prod-beta":
187187
context : org-global
188188
filters:
189189
branches:
190190
only:
191-
- develop
191+
- comcast-community
192192
# Production builds are exectuted only on tagged commits to the
193193
# master branch.
194194
- "build-prod":

0 commit comments

Comments
 (0)