diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1f26214..207dc5a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1a43ce2..b5c7648 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -3,8 +3,7 @@ name: .NET on: push: branches: - - main - - develop + - '*' pull_request: branches: - main diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 3ac8f1b..7ee1360 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -3,6 +3,7 @@ on: push: branches: - main + workflow_dispatch: pull_request: types: [opened, synchronize, reopened] jobs: diff --git a/.github/workflows/source_validator.yml b/.github/workflows/source_validator.yml index a0a21a8..aad570f 100644 --- a/.github/workflows/source_validator.yml +++ b/.github/workflows/source_validator.yml @@ -3,8 +3,7 @@ name: Source Validator on: push: branches: - - main - - develop + - '*' pull_request: types: [opened, synchronize, reopened] diff --git a/.github/workflows/unity.yml b/.github/workflows/unity.yml index 9db7ec3..e6b8c7a 100644 --- a/.github/workflows/unity.yml +++ b/.github/workflows/unity.yml @@ -3,8 +3,7 @@ name: Unity Test Runner on: push: branches: - - main - - develop + - '*' pull_request: branches: - main