From c65270891e7415d8378663699466e775ee8d3dbd Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 1 Aug 2025 17:37:38 +0100 Subject: [PATCH] Fix CI badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8970b3b..9aaddd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ loot-condition-interpreter ========================== -![CI](https://github.com/loot/loot-condition-interpreter/workflows/CI/badge.svg?branch=master) +![CI](https://github.com/loot/loot-condition-interpreter/actions/workflows/ci.yml/badge.svg?branch=master&event=push) [![Coverage Status](https://coveralls.io/repos/github/loot/loot-condition-interpreter/badge.svg?branch=master)](https://coveralls.io/github/loot/loot-condition-interpreter?branch=master) A library for parsing and evaluating LOOT's metadata condition strings. It