Skip to content

Commit 46df905

Browse files
committed
Switch to 1.4.x branch
1 parent 2d9f64b commit 46df905

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- main
5+
- 1.4.x
66
permissions:
77
actions: write
88
concurrency:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- 1.4.x
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

.github/workflows/update-antora-ui-spring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Update on Supported Branches
1717
strategy:
1818
matrix:
19-
branch: [ '1.3.x', 'main' ]
19+
branch: [ '1.3.x', '1.4.x', 'main' ]
2020
steps:
2121
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0 # v0.0.20
2222
name: Update

0 commit comments

Comments
 (0)