Merge branch 'main' into release/4.0.0

This commit is contained in:
Oliver Booth 2023-04-13 23:15:16 +01:00
commit 21907aef83
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
5 changed files with 12 additions and 6 deletions

View File

@ -37,6 +37,8 @@ body:
label: Version
description: What version of the package are you running?
options:
- Nightly / other
- 3.2.0
- 3.1.0
- 3.0.0
- 2.6.0
@ -47,6 +49,12 @@ body:
- 2.1.0
validations:
required: true
- type: input
id: other-version
attributes:
label: Other version
description: If you selected "nightly / other", please enter the full version number here.
placeholder: "Example: 4.0.0-nightly-230"
- type: textarea
id: logs
attributes:

View File

@ -3,8 +3,7 @@ name: .NET
on:
push:
branches:
- main
- develop
- '*'
pull_request:
branches:
- main

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
jobs:

View File

@ -3,8 +3,7 @@ name: Source Validator
on:
push:
branches:
- main
- develop
- '*'
pull_request:
types: [opened, synchronize, reopened]

View File

@ -3,8 +3,7 @@ name: Unity Test Runner
on:
push:
branches:
- main
- develop
- '*'
pull_request:
branches:
- main