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