Skip to content

Commit

Permalink
[CI] Enable Windows builds for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Jan 17, 2025
1 parent 730c9cd commit 375a8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTestWindows.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Windows build and test

# Run on main (after PRs land) to ensure that they aren't heinously breaking the
# Windows build.
on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 375a8e0

Please sign in to comment.