We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a691081 commit d56565fCopy full SHA for d56565f
.circleci/config.yml
@@ -174,21 +174,21 @@ workflows:
174
filters:
175
branches:
176
only:
177
- - develop
+ - comcast-community
178
# This is alternate dev env for parallel testing
179
- "build-test":
180
context : org-global
181
182
183
184
- - comcast-community
+ - feature-contentful
185
# This is beta env for production soft releases
186
- "build-prod-beta":
187
188
189
190
191
192
# Production builds are exectuted only on tagged commits to the
193
# master branch.
194
- "build-prod":
0 commit comments