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 label: Version
description: What version of the package are you running? description: What version of the package are you running?
options: options:
- Nightly / other
- 3.2.0
- 3.1.0 - 3.1.0
- 3.0.0 - 3.0.0
- 2.6.0 - 2.6.0
@ -47,6 +49,12 @@ body:
- 2.1.0 - 2.1.0
validations: validations:
required: true 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 - type: textarea
id: logs id: logs
attributes: attributes:

View File

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

View File

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

View File

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

View File

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