From 35ddd3126a3933d54a172710c3ccf4aedad3bb97 Mon Sep 17 00:00:00 2001 From: Craig Thomas Date: Mon, 19 Jun 2023 15:17:52 -0400 Subject: [PATCH] Update README.md Update the build status badge for GitHub actions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c07670..0b2a091 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CoCo Assembler and File Utility -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/craigthomas/CoCoAssembler/Build%20Test%20Coverage?style=flat-square)](https://github.com/craigthomas/CoCoAssembler/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/craigthomas/CoCoAssembler/python-app.yml?style=flat-square&branch=main)](https://github.com/craigthomas/CoCoAssembler/actions) [![Codecov](https://img.shields.io/codecov/c/gh/craigthomas/CoCoAssembler?style=flat-square)](https://codecov.io/gh/craigthomas/CoCoAssembler) [![Dependencies](https://img.shields.io/librariesio/github/craigthomas/CoCoAssembler?style=flat-square)](https://libraries.io/github/craigthomas/CoCoAssembler) [![Releases](https://img.shields.io/github/release/craigthomas/CoCoAssembler?style=flat-square)](https://github.com/craigthomas/CoCoAssembler/releases)