Skip to content

Commit 1ea27dd

Browse files
ci: Deploy bug-bash to QA and BETA env
1 parent 9a05cb1 commit 1ea27dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,14 +290,14 @@ workflows:
290290
filters:
291291
branches:
292292
only:
293-
- free
293+
- bug-bash
294294
# This is beta env for production soft releases
295295
- "build-prod-beta":
296296
context : org-global
297297
filters:
298298
branches:
299299
only:
300-
- develop
300+
- bug-bash
301301
# This is stage env for production QA releases
302302
- "build-prod-staging":
303303
context : org-global

0 commit comments

Comments
 (0)