From 96dce4011a6ad7bcfc4a77e13a552e101b7b5e6d Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Wed, 19 Feb 2025 15:11:23 -0700 Subject: [PATCH] README: Fix Github Actions Continuous Integration badge The Github Actions Continuous Integration badge has been showing "no status" for quite a while. Fix it by removing the "?branch=main" suffix Signed-off-by: Tom Hromatka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 012f6be9..b4dfa5a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://github.com/libcgroup/libcgroup/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/libcgroup/libcgroup/actions) +[![Build Status](https://github.com/libcgroup/libcgroup/workflows/Continuous%20Integration/badge.svg)](https://github.com/libcgroup/libcgroup/actions) [![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.png)](https://coveralls.io/github/libcgroup/libcgroup) [![Doxygen Documentation](https://img.shields.io/badge/Documentation-Doxygen-green.svg)](https://libcgroup.github.io/libcgroup/) [![CodeQL](https://github.com/libcgroup/libcgroup/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/libcgroup/libcgroup/actions/workflows/codeql-analysis.yml/badge.svg?branch=main) -- 2.47.3