Skip to content

Commit fe857a9

Browse files
ci: Deploy develop to Stag and QA env
1 parent 74efb44 commit fe857a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ workflows:
244244
filters:
245245
branches:
246246
only:
247-
- listing-develop-sync
247+
- develop
248+
- bug-bash
248249
# This is beta env for production soft releases
249250
- "build-prod-beta":
250251
context : org-global
@@ -260,7 +261,7 @@ workflows:
260261
branches:
261262
only:
262263
- develop
263-
- listing-develop-sync
264+
- bug-bash
264265
# Production builds are exectuted
265266
# when PR is merged to the master
266267
# Don't change anything in this configuration

0 commit comments

Comments
 (0)