From 5bb1c3b162b4e56083f5dd2f8986e1d4bd65a20a Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 2 Oct 2022 20:10:46 +0100 Subject: [PATCH] Use the correct way to specify the branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578a72b6..6da2f92a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Rust for the Game Boy Advance [![Docs](https://docs.rs/agb/badge.svg)](https://docs.rs/agb/latest/agb) -[![Build](https://github.com/agbrs/agb/actions/workflows/build-and-test.yml/badge.svg?query=branch%3Amaster)](https://github.com/agbrs/agb/actions/workflows/build-and-test.yml) +[![Build](https://github.com/agbrs/agb/actions/workflows/build-and-test.yml/badge.svg?branch=master)](https://github.com/agbrs/agb/actions/workflows/build-and-test.yml) [![Licence](https://img.shields.io/crates/l/agb)](https://www.mozilla.org/en-US/MPL/2.0/) [![Crates.io](https://img.shields.io/crates/v/agb)](https://crates.io/crates/agb)