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 74efb44 commit fe857a9Copy full SHA for fe857a9
.circleci/config.yml
@@ -244,7 +244,8 @@ workflows:
244
filters:
245
branches:
246
only:
247
- - listing-develop-sync
+ - develop
248
+ - bug-bash
249
# This is beta env for production soft releases
250
- "build-prod-beta":
251
context : org-global
@@ -260,7 +261,7 @@ workflows:
260
261
262
263
- develop
264
265
# Production builds are exectuted
266
# when PR is merged to the master
267
# Don't change anything in this configuration
0 commit comments