Skip to content

Commit 7357d65

Browse files
authored
Merge pull request #4243 from topcoder-platform/develop
Comcast fixes
2 parents 9b714fd + ad9f3f2 commit 7357d65

File tree

6 files changed

+13647
-1473
lines changed

6 files changed

+13647
-1473
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,20 @@ workflows:
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:
191191
- develop
192-
# Production builds are exectuted only on tagged commits to the
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)