Skip to content

Commit 18f572a

Browse files
committed
enable build on pull request
1 parent d4e15b3 commit 18f572a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Windows Build
22
on:
33
push:
44
branches: [main]
5+
pull_request:
6+
branches: [main]
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)