From: Tom Hromatka Date: Wed, 19 Feb 2025 22:11:23 +0000 (-0700) Subject: README: Fix Github Actions Continuous Integration badge X-Git-Tag: v3.2.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96dce4011a6ad7bcfc4a77e13a552e101b7b5e6d;p=thirdparty%2Flibcgroup.git 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 --- 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)