Run the github runner on pull requests and for merge groups automatically.
parent
d100b72a3a
commit
82ccce672e
|
@ -2,6 +2,8 @@ name: Build GDExtension
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LIBNAME: example
|
LIBNAME: example
|
||||||
|
|
Loading…
Reference in New Issue