From 6140d5ad145fb29a39f1ed0f7bb3f5e6468d1256 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 5 Dec 2023 05:06:40 +0100 Subject: [PATCH] only run on main/release and PR's Contributes to CURA-10831 --- .github/workflows/unit-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 3083c8f11b..d7e8543abe 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -16,8 +16,6 @@ on: - '*.jinja' branches: - main - - 'CURA-*' - - 'PP-*' - '[0-9]+.[0-9]+' pull_request: