mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-01-04 14:09:57 +03:00
Run the github runner on pull requests and for merge groups automatically.
This commit is contained in:
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user