From ee0e52b93099ed694cf215ea3c7a2585c64ffee4 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 25 May 2026 18:23:40 +0200 Subject: [PATCH] Enable GA tests on branch 3.1 --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e8968d9ce..f896a3b90 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,11 +4,11 @@ on: push: branches: - master - - 3.0 + - 3.1 pull_request: branches: - master - - 3.0 + - 3.1 jobs: build: