From 30b3e83fd4c2d6ea04aff7babcf3bb2c3ad314b2 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 13 May 2023 10:43:17 -0700 Subject: [PATCH 1/2] Update README.md Updated workflow shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57a9b9f..772a145 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Crates.io](https://img.shields.io/crates/l/bwavfile)](LICENSE) [![Crates.io](https://img.shields.io/crates/v/bwavfile)](https://crates.io/crates/bwavfile/) ![GitHub last commit](https://img.shields.io/github/last-commit/iluvcapra/bwavfile) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/iluvcapra/bwavfile/Rust)](https://github.com/iluvcapra/bwavfile/actions?query=workflow%3ARust) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/iluvcapra/bwavfile/rust.yml?branch=main)](https://github.com/iluvcapra/bwavfile/actions?query=workflow%3ARust) # bwavfile Wave File Reader/Writer library in Rust, with Broadcast-WAV, MBWF and RF64 Support From f1ec1cf43a4cf8d6e5953adde8555139c9197083 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 13 May 2023 10:50:02 -0700 Subject: [PATCH 2/2] Update README.md master branch not main branch! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 772a145..aace69c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Crates.io](https://img.shields.io/crates/l/bwavfile)](LICENSE) [![Crates.io](https://img.shields.io/crates/v/bwavfile)](https://crates.io/crates/bwavfile/) ![GitHub last commit](https://img.shields.io/github/last-commit/iluvcapra/bwavfile) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/iluvcapra/bwavfile/rust.yml?branch=main)](https://github.com/iluvcapra/bwavfile/actions?query=workflow%3ARust) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/iluvcapra/bwavfile/rust.yml?branch=master)](https://github.com/iluvcapra/bwavfile/actions?query=workflow%3ARust) # bwavfile Wave File Reader/Writer library in Rust, with Broadcast-WAV, MBWF and RF64 Support