Skip to content

Commit 8204924

Browse files
committed
Merge branch 'master' into feature-contentful
2 parents 1988500 + 61f8c8b commit 8204924

File tree

7 files changed

+13655
-1479
lines changed

7 files changed

+13655
-1479
lines changed

.circleci/config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,28 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178+
- hot-fix-profile-issue
178179
# This is alternate dev env for parallel testing
179180
- "build-test":
180181
context : org-global
181182
filters:
182183
branches:
183184
only:
184-
- comcast-community
185+
- develop
186+
- feature-contentful
185187
# This is beta env for production soft releases
186188
- "build-prod-beta":
187189
context : org-global
188190
filters:
189191
branches:
190192
only:
191193
- develop
192-
# Production builds are exectuted only on tagged commits to the
194+
- hot-fix-profile-issue
195+
# Production builds are exectuted
196+
# when PR is merged to the master
197+
# Don't change anything in this configuration
198+
# That might trigger wrong branch to be
199+
# deployed on the production
193200
# master branch.
194201
- "build-prod":
195202
context : org-global

0 commit comments

Comments
 (0)