From b9dda9312de71b2dc581bd2b6c7deaa702be3fc2 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 9 Jun 2026 10:16:50 +0200 Subject: [PATCH] Trying to fix the badge issue ... by having the runner only act on 3.3dev. Sounds counter intuitive but I was recommended to try --- .github/workflows/unit_tests_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests_macos.yml b/.github/workflows/unit_tests_macos.yml index 0e5f491..b94bd73 100644 --- a/.github/workflows/unit_tests_macos.yml +++ b/.github/workflows/unit_tests_macos.yml @@ -4,7 +4,7 @@ name: CI run MacOS on: - pull_request: + pull_request: [3.3dev] paths-ignore: - 'utils/**' - 'doc/**'