Skip to content

Commit 91d2cac

Browse files
committed
Fix master>main in circle deploy config
1 parent b13c937 commit 91d2cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- run:
7272
name: deploy
7373
command: |
74-
if [[ ${CIRCLE_BRANCH} == "master" ]]; then
74+
if [[ ${CIRCLE_BRANCH} == "main" ]]; then
7575
set -e
7676
mkdir -p ~/.ssh
7777
echo -e "Host *\nStrictHostKeyChecking no" > ~/.ssh/config

0 commit comments

Comments
 (0)