Skip to content

Commit

Permalink
Switch to 1.3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Dec 5, 2024
1 parent f3ef586 commit 7047b37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
on:
push:
branches:
- main
- 1.3.x
permissions:
actions: write
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- 1.3.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7047b37

Please sign in to comment.