We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1245e7c commit a206913Copy full SHA for a206913
.circleci/config.yml
@@ -230,7 +230,6 @@ workflows:
230
filters:
231
branches:
232
only:
233
- - milestone-20200917
234
- develop
235
# This is alternate dev env for parallel testing
236
- "build-test":
@@ -245,7 +244,7 @@ workflows:
245
244
246
247
248
- - community-app-tests-poc
+ - milestone-20200917
249
# This is beta env for production soft releases
250
- "build-prod-beta":
251
context : org-global
@@ -260,7 +259,6 @@ workflows:
260
259
261
262
263
264
265
# Production builds are exectuted
266
# when PR is merged to the master
0 commit comments