From d53ed9c347f87fb8b1a233edd8d9f63ff53dc7b8 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 15:28:04 +0100 Subject: [PATCH] :construction_worker: change to main --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b357600..f5851cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke test command: |