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: