Skip to content

Commit de9f185

Browse files
ci: Deploy develop branch to Stag env Dev
1 parent b36661a commit de9f185

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
@@ -342,7 +342,7 @@ workflows:
342342
filters:
343343
branches:
344344
only:
345-
- free
345+
- develop
346346
# This is alternate dev env for parallel testing
347347
- "build-test":
348348
context : org-global
@@ -370,7 +370,7 @@ workflows:
370370
filters: &filters-staging
371371
branches:
372372
only:
373-
- free
373+
- develop
374374
# Production builds are exectuted
375375
# when PR is merged to the master
376376
# Don't change anything in this configuration

0 commit comments

Comments
 (0)