From 04e0eedb95b1dec2b6773277ccb4aa333d97079c Mon Sep 17 00:00:00 2001 From: Matthew Booe Date: Tue, 12 Sep 2023 11:54:15 -0700 Subject: [PATCH] Fix build status button (#42) * Fix the build status button https://github.com/badges/shields/issues/8671 * Remove branch query --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d34520..4b7e032 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [Crates Image]: https://img.shields.io/crates/v/theforce?style=flat-square [Crates Download]: https://crates.io/crates/theforce -[Build Image]: https://img.shields.io/github/workflow/status/mirdaki/theforce/Rust%20Check/main?style=flat-square +[Build Image]: https://img.shields.io/github/actions/workflow/status/mirdaki/theforce/rust-check.yml?style=flat-square [Build]: https://github.com/mirdaki/theforce/actions/workflows/rust-check.yml [License Image]: https://img.shields.io/crates/l/theforce?style=flat-square [License]: LICENSE.md