From d89fe4f9bd3c10c5ee9ab5c87e572915c4733196 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 5 Mar 2024 17:20:30 +0800 Subject: [PATCH] fixes build status badge in README which should only report on master Signed-off-by: Adrian Cole --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b24a65e9693..41c8ec73738 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # zipkin [![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/openzipkin/zipkin) -[![Build Status](https://github.com/openzipkin/zipkin/workflows/test/badge.svg)](https://github.com/openzipkin/zipkin/actions?query=workflow%3Atest) +[![Build Status](https://github.com/openzipkin/zipkin/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/openzipkin/zipkin/actions?query=workflow%3Atest+branch%3Amaster) [![Maven Central](https://img.shields.io/maven-central/v/io.zipkin/zipkin-server.svg)](https://search.maven.org/search?q=g:io.zipkin%20AND%20a:zipkin-server) [Zipkin](https://zipkin.io) is a distributed tracing system. It helps gather