Skip to content

Commit 375a8e0

Browse files
committed
[CI] Enable Windows builds for PRs
1 parent 730c9cd commit 375a8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndTestWindows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Windows build and test
22

3-
# Run on main (after PRs land) to ensure that they aren't heinously breaking the
4-
# Windows build.
53
on:
64
push:
75
branches:
86
- main
7+
pull_request:
8+
types: [assigned, opened, synchronize, reopened]
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)