mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
Update default branch to main
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
578a642ddc
commit
0b87ea7c1b
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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)
|
[](https://github.com/pre-commit/action/actions)
|
||||||
|
|
||||||
pre-commit/action
|
pre-commit/action
|
||||||
|
|
@ -26,7 +26,7 @@ name: pre-commit
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit:
|
pre-commit:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue