Switch to 1.3.x branch

This commit is contained in:
Brian Clozel
2024-12-05 15:07:30 +01:00
parent f3ef586cc7
commit 7047b37d42
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.3.x
permissions:
actions: write
concurrency:

View File

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

View File

@@ -16,7 +16,7 @@ jobs:
name: Update on Supported Branches
strategy:
matrix:
branch: [ '1.2.x', 'main' ]
branch: [ '1.2.x', '1.3.x', 'main' ]
steps:
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
name: Update