mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 02:36:55 +00:00
Merge pull request #149 from pre-commit/all-repos_autofix_master-to-main
Update default branch to main
This commit is contained in:
commit
293789a036
2 changed files with 3 additions and 3 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -2,7 +2,7 @@ name: deploy
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Please switch to using [pre-commit.ci] which is faster and has more features.
|
|||
|
||||
___
|
||||
|
||||
[](https://results.pre-commit.ci/latest/github/pre-commit/action/master)
|
||||
[](https://results.pre-commit.ci/latest/github/pre-commit/action/main)
|
||||
[](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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue