From 46df905acdb081c811167e3e07ec0721ec01f0e3 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 20 May 2025 15:58:29 +0200 Subject: [PATCH] Switch to 1.4.x branch --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/update-antora-ui-spring.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 4f69c430..6364a5a5 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -2,7 +2,7 @@ name: Build and Deploy Snapshot on: push: branches: - - main + - 1.4.x permissions: actions: write concurrency: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c2ef8f..d12af80f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - main + - 1.4.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: diff --git a/.github/workflows/update-antora-ui-spring.yml b/.github/workflows/update-antora-ui-spring.yml index 6091232b..314ff0dc 100644 --- a/.github/workflows/update-antora-ui-spring.yml +++ b/.github/workflows/update-antora-ui-spring.yml @@ -16,7 +16,7 @@ jobs: name: Update on Supported Branches strategy: matrix: - branch: [ '1.3.x', 'main' ] + branch: [ '1.3.x', '1.4.x', 'main' ] steps: - uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0 # v0.0.20 name: Update