Prepare 3.3.x branch

This commit is contained in:
Andy Wilkinson 2024-06-20 19:46:14 +01:00
parent 908f0912a9
commit 7c6d40f777
5 changed files with 5 additions and 13 deletions

View File

@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
on:
push:
branches:
- main
- '3.3.x'
permissions:
actions: write
concurrency:

View File

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

View File

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

View File

@ -1,16 +1,8 @@
name: Trigger Docs Build
on:
push:
branches: main
branches: '3.3.x'
paths: [ 'antora/*' ]
workflow_dispatch:
inputs:
build-refname:
description: Enter git refname to build (e.g., 1.0.x).
required: false
build-version:
description: Enter the version being build (e.g. 1.0.3-SNAPSHOT)
required: false
permissions:
actions: write
jobs:

View File

@ -1,5 +1,5 @@
version=3.3.2-SNAPSHOT
latestVersion=true
latestVersion=false
org.gradle.caching=true
org.gradle.parallel=true