mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
[GitHub] Workflows will now run on release branch (#6329)
This commit is contained in:
parent
d809a2f41a
commit
1df82565f2
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@ -5,10 +5,12 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- release
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- release
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
|
||||
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@ -5,10 +5,12 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- release
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- release
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -5,10 +5,12 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- release
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- release
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
workflow_dispatch:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user