From 0a5b06317db6ae4baf137bae10739ff008562243 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Thu, 8 Sep 2022 08:25:14 -0500 Subject: [PATCH] revise github actions badge (#4079) revise urls so that badge reflects status of the CI workflow for the stable branch and links specifically to run results for the same --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e8a7e0f..ddc0b9524 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nimbus Eth2 (Beacon Chain) -[![Github Actions CI](https://github.com/status-im/nimbus-eth2/actions/workflows/ci.yml/badge.svg)](https://github.com/status-im/nimbus-eth2/actions/workflows/ci.yml) +[![Github Actions CI](https://github.com/status-im/nimbus-eth2/actions/workflows/ci.yml/badge.svg?branch=stable)](https://github.com/status-im/nimbus-eth2/actions/workflows/ci.yml?query=branch%3Astable) [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)