mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-08 19:33:58 +01:00
Add merge group trigger to pullrequest workflow (#4482)
This commit is contained in:
parent
32f66371d9
commit
f1e125a360
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pullrequest.yml
vendored
1
.github/workflows/pullrequest.yml
vendored
|
@ -2,6 +2,7 @@ name: Build Pull Request
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue