From 11e10b58503f54f7dcf70f0e72ec81df5623fb15 Mon Sep 17 00:00:00 2001 From: alexcrea Date: Sat, 11 Jul 2026 01:20:37 +0200 Subject: [PATCH] set workflow for v2 only [ci skip] --- .github/workflows/gradle.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 663bb9b3..5bc8a5bd 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -9,11 +9,12 @@ name: Java CI with Gradle on: push: - branches: [ "v1.x.x", "v2.x.x", "v3.x.x" ] + branches: [ "v2.x.x" ] pull_request: - branches: [ "v1.x.x", "v2.x.x", "v3.x.x" ] + branches: [ "v2.x.x" ] release: types: [published] + branches: [ "v2.x.x" ] concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} @@ -35,7 +36,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: | - 21 + 25 distribution: 'temurin' cache: gradle