diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a26ce9b..c85ef2a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: deploy on: pull_request: push: - branches: [master] + branches: [main] jobs: build: diff --git a/README.md b/README.md index b16dea6..7797f44 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Please switch to using [pre-commit.ci] which is faster and has more features. ___ -[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pre-commit/action/master.svg)](https://results.pre-commit.ci/latest/github/pre-commit/action/master) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pre-commit/action/main.svg)](https://results.pre-commit.ci/latest/github/pre-commit/action/main) [![Build Status](https://github.com/pre-commit/action/workflows/deploy/badge.svg)](https://github.com/pre-commit/action/actions) pre-commit/action @@ -26,7 +26,7 @@ name: pre-commit on: pull_request: push: - branches: [master] + branches: [main] jobs: pre-commit: