Prepare the 3.5.x branch

This commit is contained in:
Andy Wilkinson
2025-06-20 09:19:23 +01:00
parent 9bf9442ec9
commit d558c6adfa
6 changed files with 6 additions and 6 deletions
@@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- '3.5.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
+1 -1
View File
@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- '3.5.x'
jobs:
ci:
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
+1 -1
View File
@@ -2,7 +2,7 @@ name: Run System Tests
on:
push:
branches:
- main
- '3.5.x'
jobs:
run-system-tests:
name: 'Java ${{ matrix.java.version}}'
+1 -1
View File
@@ -1,7 +1,7 @@
name: Trigger Docs Build
on:
push:
branches: main
branches: '3.5.x'
paths: [ 'antora/*' ]
workflow_dispatch:
inputs: