Skip to content

Commit 1ad71c8

Browse files
authored
Merge pull request #447 from topcoder-platform/issues-440
2 parents ecbbe84 + f70c829 commit 1ad71c8

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
@@ -51,7 +51,7 @@ jobs:
5151
LOGICAL_ENV: "dev"
5252
APPNAME: "vanilla-forums"
5353
CI_DEPLOY_TOKEN: $CI_DEPLOY_TOKEN
54-
BRANCH: $CIRCLE_BRANCH
54+
BRANCH: "develop"
5555
steps: *builddeploy_steps
5656

5757
"build-prod":
@@ -61,7 +61,7 @@ jobs:
6161
LOGICAL_ENV: "prod"
6262
APPNAME: "vanilla-forums"
6363
CI_DEPLOY_TOKEN: $CI_DEPLOY_TOKEN
64-
BRANCH: $CIRCLE_BRANCH
64+
BRANCH: "master"
6565
steps: *builddeploy_steps
6666

6767
workflows:

0 commit comments

Comments
 (0)