Prepare 4.0.x branch

This commit is contained in:
Stéphane Nicoll
2025-03-09 10:32:19 +01:00
parent 57e3880ce3
commit 6e9ebb2ef0
3 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
on:
push:
branches:
- main
- '4.0.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

@@ -1,7 +1,8 @@
name: CI
on:
schedule:
- cron: '30 10 * * *'
push:
branches:
- '4.0.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

@@ -1,4 +1,4 @@
= Spring Web Services image:https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3Amain"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20WS&search.rootProjectNames=spring-ws"]
= Spring Web Services image:https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3A4.0.x"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20WS&search.rootProjectNames=spring-ws"]
:docs: https://docs.spring.io/spring-ws/docs/4.0.x
:github: https://github.com/spring-projects/spring-ws