From 7bd2749681fd2a90576e4a616d71cf1b181ad24c Mon Sep 17 00:00:00 2001 From: Filippo Olivo Date: Mon, 29 Dec 2025 08:51:22 +0100 Subject: [PATCH] Add 0.3 branch to pull request workflow --- .github/workflows/tester.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 0b162eb0a..8b12cba52 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -5,6 +5,7 @@ on: branches: - "master" - "dev" + - "0.3" jobs: unittests: ################################################################# @@ -75,4 +76,4 @@ jobs: threshold: 80.123 fail: true publish: true - coverage-summary-title: "Code Coverage Summary" \ No newline at end of file + coverage-summary-title: "Code Coverage Summary"