mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue