Prepare 3.4.x branch
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '3.4.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '3.4.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/run-system-tests.yml
vendored
2
.github/workflows/run-system-tests.yml
vendored
@@ -2,7 +2,7 @@ name: Run System Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '3.4.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/trigger-docs-build.yml
vendored
2
.github/workflows/trigger-docs-build.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Trigger Docs Build
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
branches: '3.4.x'
|
||||
paths: [ 'antora/*' ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user