Prepare 3.4.x branch

This commit is contained in:
Andy Wilkinson
2025-01-06 15:03:54 +00:00
parent 383f1964e6
commit ec75474abf
6 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- '3.4.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

@@ -2,7 +2,7 @@ name: Run System Tests
on:
push:
branches:
- main
- '3.4.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

@@ -1,7 +1,7 @@
name: Trigger Docs Build
on:
push:
branches: main
branches: '3.4.x'
paths: [ 'antora/*' ]
workflow_dispatch:
inputs: