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