We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36661a commit de9f185Copy full SHA for de9f185
.circleci/config.yml
@@ -342,7 +342,7 @@ workflows:
342
filters:
343
branches:
344
only:
345
- - free
+ - develop
346
# This is alternate dev env for parallel testing
347
- "build-test":
348
context : org-global
@@ -370,7 +370,7 @@ workflows:
370
filters: &filters-staging
371
372
373
374
# Production builds are exectuted
375
# when PR is merged to the master
376
# Don't change anything in this configuration
0 commit comments