From d4af296650ea05f917b26120a70bb428fe1ba1e4 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Thu, 12 Jun 2025 11:02:06 +0200 Subject: [PATCH] ci: restore ci branch triggers As the branch is now renamed to `6.0.x`. --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9b46a5f..7452aa4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,10 +2,10 @@ name: "Java CI" on: push: branches: - - '[6-9]+.x' + - '[6-9]+.[0-9]+.x' pull_request: branches: - - '[6-9]+.x' + - '[6-9]+.[0-9]+.x' workflow_dispatch: jobs: test_project: