Skip to content

Commit 82ccce6

Browse files
authored
Run the github runner on pull requests and for merge groups automatically.
1 parent d100b72 commit 82ccce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build GDExtension
22
on:
33
workflow_call:
44
push:
5+
pull_request:
6+
merge_group:
57

68
env:
79
LIBNAME: example

0 commit comments

Comments
 (0)