Switch to 1.4.x branch

This commit is contained in:
Brian Clozel
2025-05-20 15:58:29 +02:00
parent 2d9f64bdc0
commit 46df905acd
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
on:
push:
branches:
- main
- 1.4.x
permissions:
actions: write
concurrency:

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- 1.4.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

@@ -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