Skip to content

Commit 293789a

Browse files
authored
Merge pull request #149 from pre-commit/all-repos_autofix_master-to-main
Update default branch to main
2 parents 578a642 + 0b87ea7 commit 293789a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deploy
22
on:
33
pull_request:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please switch to using [pre-commit.ci] which is faster and has more features.
77

88
___
99

10-
[![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)
10+
[![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)
1111
[![Build Status](https://github.com/pre-commit/action/workflows/deploy/badge.svg)](https://github.com/pre-commit/action/actions)
1212

1313
pre-commit/action
@@ -26,7 +26,7 @@ name: pre-commit
2626
on:
2727
pull_request:
2828
push:
29-
branches: [master]
29+
branches: [main]
3030

3131
jobs:
3232
pre-commit:

0 commit comments

Comments
 (0)