Skip to content

Commit

Permalink
Update CircleCI config to reflect branch rename (MetaMask#356)
Browse files Browse the repository at this point in the history
The main branch was renamed but the CircleCI config was not updated
accordingly, which broke the automated deployment. This has now been
fixed.
  • Loading branch information
Gudahtt authored Jan 18, 2022
1 parent 91a8816 commit 1feeb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workflows:
filters:
branches:
only:
- master
- main
requires:
- prep-deps
- lint
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1feeb68

Please sign in to comment.