From 90f36f9f8ebd87ee25d2ac6827232241a438dad6 Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:42:15 -0400 Subject: [PATCH] Remove main from update-antora-ui-spring.yml --- .github/workflows/update-antora-ui-spring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-antora-ui-spring.yml b/.github/workflows/update-antora-ui-spring.yml index 944663c3..bdbe4424 100644 --- a/.github/workflows/update-antora-ui-spring.yml +++ b/.github/workflows/update-antora-ui-spring.yml @@ -16,7 +16,7 @@ jobs: name: Update on Supported Branches strategy: matrix: - branch: [ 'main', '1.5.x', '1.4.x' ] + branch: [ '1.5.x', '1.4.x' ] steps: - uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0 name: Update