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