From 7394c92ac4a4a30d0e100a8aa1451cf94df1d6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Mar 2025 14:27:44 +0100 Subject: [PATCH] Initiate 2.0.x branch for samples of Spring WS 4.0.x --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 024fd7d..bfb5585 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build Samples on: push: branches: - - main + - 2.0.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: