From b96e002d7455342171d35aa1961860a15be3bf65 Mon Sep 17 00:00:00 2001 From: liubao68 Date: Mon, 23 Jun 2025 20:05:39 +0800 Subject: [PATCH] use common release branch --- .github/workflows/ci.yml | 2 +- .github/workflows/pullrequests.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8be770d..8719e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: Java CI with Maven on: push: - branches: [ 3.5.x ] + branches: [ 3.4.x ] jobs: build: diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 70887ad..9cd7ae4 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -5,7 +5,7 @@ name: Build Pull request with Maven on: pull_request: - branches: [ 3.5.x ] + branches: [ 3.4.x ] jobs: pr-build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 677bf19..7505390 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ name: Stage release to Maven Central on: push: - branches: [ release-3.5.x ] + branches: [ release ] jobs: release: