From 9d1f43ecd26102212854fb41925a2ad0db767d77 Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Mon, 4 Aug 2025 20:17:54 +0200 Subject: [PATCH] Fix the branch of the test badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 145e41b..5e085df 100755 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Unit Tests](https://img.shields.io/github/actions/workflow/status/swup/preload-plugin/unit-tests.yml?branch=next&label=unit%20tests)](https://github.com/swup/preload-plugin/actions/workflows/unit-tests.yml) -[![E2E Tests](https://img.shields.io/github/actions/workflow/status/swup/preload-plugin/e2e-tests.yml?branch=next&label=e2e%20tests)](https://github.com/swup/preload-plugin/actions/workflows/e2e-tests.yml) +[![Unit Tests](https://img.shields.io/github/actions/workflow/status/swup/preload-plugin/unit-tests.yml?branch=main&label=unit%20tests)](https://github.com/swup/preload-plugin/actions/workflows/unit-tests.yml) +[![E2E Tests](https://img.shields.io/github/actions/workflow/status/swup/preload-plugin/e2e-tests.yml?branch=main&label=e2e%20tests)](https://github.com/swup/preload-plugin/actions/workflows/e2e-tests.yml) [![License](https://img.shields.io/github/license/swup/preload-plugin.svg)](https://github.com/swup/preload-plugin/blob/main/LICENSE)