Browse Source

Remove main from update-antora-ui-spring.yml

pull/2182/head
Joe Grandja 3 months ago
parent
commit
90f36f9f8e
  1. 2
      .github/workflows/update-antora-ui-spring.yml

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

@ -16,7 +16,7 @@ jobs:
name: Update on Supported Branches name: Update on Supported Branches
strategy: strategy:
matrix: matrix:
branch: [ 'main', '1.5.x', '1.4.x' ] branch: [ '1.5.x', '1.4.x' ]
steps: steps:
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0 - uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0
name: Update name: Update

Loading…
Cancel
Save