From e9546e9bde4d8e05c29876a1d7111bb10e764f41 Mon Sep 17 00:00:00 2001 From: Urs Joss Date: Mon, 24 Feb 2025 17:52:33 +0100 Subject: [PATCH] Adjust build status badge to report master only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f061b..0e2c67e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ fastexcel ========= -[![Build Status](https://github.com/dhatim/fastexcel/workflows/build/badge.svg)](https://github.com/dhatim/fastexcel/actions) +[![Build Status](https://github.com/dhatim/fastexcel/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dhatim/fastexcel/actions) [![Coverage Status](https://coveralls.io/repos/github/dhatim/fastexcel/badge.svg?branch=master)](https://coveralls.io/github/dhatim/fastexcel?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.dhatim/fastexcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.dhatim/fastexcel) [![Javadocs](http://www.javadoc.io/badge/org.dhatim/fastexcel.svg)](http://www.javadoc.io/doc/org.dhatim/fastexcel)