[GitHub] Workflows will now run on release branch (#6329)

This commit is contained in:
NightKev 2025-08-21 14:49:41 -07:00 committed by GitHub
parent d809a2f41a
commit 1df82565f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -5,10 +5,12 @@ on:
branches: branches:
- main - main
- beta - beta
- release
pull_request: pull_request:
branches: branches:
- main - main
- beta - beta
- release
merge_group: merge_group:
types: [checks_requested] types: [checks_requested]

View File

@ -5,10 +5,12 @@ on:
branches: branches:
- main - main
- beta - beta
- release
pull_request: pull_request:
branches: branches:
- main - main
- beta - beta
- release
merge_group: merge_group:
types: [checks_requested] types: [checks_requested]

View File

@ -5,10 +5,12 @@ on:
branches: branches:
- main - main
- beta - beta
- release
pull_request: pull_request:
branches: branches:
- main - main
- beta - beta
- release
merge_group: merge_group:
types: [checks_requested] types: [checks_requested]
workflow_dispatch: workflow_dispatch: