From 8cc76332e7f9418b2cfc15b0fc881194db6dc7cc Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 09:57:32 +0100 Subject: [PATCH] :construction_worker: fix branch --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e02a881..ea6d0e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,11 +68,9 @@ jobs: - image : buildpack-deps:trusty steps: - checkout - staging: - - branch: main - run: name: Heroku deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git origin/main - run: name: Smoke test command: |