From 53cd92d43640c60bf9d5655fd6bb35d364116b2a Mon Sep 17 00:00:00 2001 From: David Dreschner Date: Sun, 19 Jan 2025 18:42:00 +0100 Subject: [PATCH] chore: Fix broken build info in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e717e9f..0b028fd 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Simple Python 3 library to download, parse and query iCal sources. ## Build info -last push: ![run pytest](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml/badge.svg) +last push: [![Run pytest](https://github.com/jazzband/icalevents/actions/workflows/tests.yml/badge.svg)](https://github.com/jazzband/icalevents/actions/workflows/tests.yml) -master: [![Run pytest](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml/badge.svg?branch=master)](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml) +master: [![Run pytest](https://github.com/jazzband/icalevents/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/jazzband/icalevents/actions/workflows/tests.yml?query=branch%3Amaster++) ## Documentation