Change badge branch master -> auto
For some reason GHA classifies the bors merges on the master branch as a push to the auto branch, even though the workflow got triggered by a push to the master branch. I guess this has something to do with the same commit hash on master+auto directly after the merge?
This commit is contained in:
parent
2432a16973
commit
fb59043621
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://travis-ci.com/rust-lang/rust-clippy)
|
||||
[](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
|
||||
[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster)
|
||||
[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Aauto)
|
||||
[](#license)
|
||||
|
||||
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user