From 2a1cbb8be3e6a62b7cbafc648e315f019296c2dd Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sat, 31 May 2025 18:32:09 +0100 Subject: [PATCH] CHORE: #12 Corrected format of unit test --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 29d7b39..c075568 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,9 @@ -Name: Run Unit and Integration Tests +name: Run Unit and Integration Tests on: push: branches: - - "*" + - '**' pull_request: branches: - "main"