From 7c6dd723662e454ba83693ee75beb2003bbafdc3 Mon Sep 17 00:00:00 2001 From: Simon Schiller Date: Sun, 19 Mar 2023 15:10:03 +0100 Subject: [PATCH] Fix build status badge Badges API has changed and our build badge is broken at the moment. This should fix it. See https://github.com/badges/shields/issues/8671 for more context. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8137e5b..b7adc5ee 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ _Ruler is a Gradle plugin which helps you analyze the size of your Android apps._ -[![Build Status](https://img.shields.io/github/workflow/status/spotify/ruler/CI)](https://github.com/spotify/ruler/actions) +[![Build Status](https://img.shields.io/github/actions/workflow/status/spotify/ruler/ci.yaml?branch=main)](https://github.com/spotify/ruler/actions) [![Maven Release](https://img.shields.io/maven-central/v/com.spotify.ruler/ruler-gradle-plugin)](https://github.com/spotify/ruler/releases) [![License](https://img.shields.io/github/license/spotify/ruler)](https://github.com/spotify/ruler/blob/main/LICENSE)