diff --git a/.circleci/config.yml b/.circleci/config.yml index df0aa64429d..ceb74e271e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ workflows: filters: branches: only: - - master + - main requires: - prep-deps - lint @@ -60,7 +60,7 @@ jobs: - run: name: Build command: | - if [[ "$CIRCLE_BRANCH" == "master" ]] + if [[ "$CIRCLE_BRANCH" == "main" ]] then if [[ -z "$ALGOLIA_API_KEY" || -z "$ALGOLIA_INDEX_NAME" ]] then