From 5d281251a8e7ddc9a1dc0a13c8d03c5827c42a13 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Wed, 25 May 2022 11:17:31 -0600 Subject: [PATCH] README.md: Show the release-2.0 continuous integration status Show the continuous integration status for the release-2.0 branch rather than the main branch. Signed-off-by: Tom Hromatka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e080dd..5eeeda44 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=release-2.0)](https://github.com/libcgroup/libcgroup/actions/workflows/continuous-integration.yml?query=branch%3Arelease-2.0) [![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.svg?branch=release-2.0)](https://coveralls.io/github/libcgroup/libcgroup?branch=release-2.0) The entire libcgroup README is available [here](README). -- 2.47.2