mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2025-12-31 21:48:10 +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:
|
||||
workflow_call:
|
||||
push:
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
env:
|
||||
LIBNAME: example
|
||||
|
||||
Reference in New Issue
Block a user