From: Tom Hromatka Date: Wed, 21 Jul 2021 15:40:45 +0000 (-0600) Subject: README.md: Display status of main branch in build status badge X-Git-Tag: v3.0~264^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf3227ff6d31a8eb55f835144e98ef74251e476;p=thirdparty%2Flibcgroup.git README.md: Display status of main branch in build status badge The master branch was renamed to main, but the build status badge wasn't updated as part of this change. Display the build status of the main branch in README.md Signed-off-by: Tom Hromatka --- diff --git a/README.md b/README.md index 6094e5f3..b46b712e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://github.com/libcgroup/libcgroup/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/libcgroup/libcgroup/actions) +[![Build Status](https://github.com/libcgroup/libcgroup/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/libcgroup/libcgroup/actions) [![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.png)](https://coveralls.io/github/libcgroup/libcgroup) The entire libcgroup README is available [here](README).