From 84ff8d341047975fd4875cbe7d59ef876dde02fe Mon Sep 17 00:00:00 2001 From: Flavio Soibelmann Glock Date: Fri, 6 Feb 2026 13:29:30 +0100 Subject: [PATCH] Fix build status badge - update workflow name Badge was looking for "CI" workflow but actual workflow is named "Java CI with Gradle". Updated badge URL to use correct workflow name. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8766b8545..1ce68eec8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Perl running natively on the JVM -[![Build Status](https://github.com/fglock/PerlOnJava/workflows/CI/badge.svg)](https://github.com/fglock/PerlOnJava/actions) +[![Build Status](https://github.com/fglock/PerlOnJava/workflows/Java%20CI%20with%20Gradle/badge.svg)](https://github.com/fglock/PerlOnJava/actions) [![License](https://img.shields.io/badge/license-Artistic_2.0-blue.svg)](LICENSE.md) ## About Perl