From 375a8e0c7f5ab6199bf95886799afdd6c460c1ed Mon Sep 17 00:00:00 2001 From: Asuna Date: Wed, 15 Jan 2025 01:59:29 +0100 Subject: [PATCH] [CI] Enable Windows builds for PRs --- .github/workflows/buildAndTestWindows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndTestWindows.yml b/.github/workflows/buildAndTestWindows.yml index 43ccb228a887..862e465eeef1 100644 --- a/.github/workflows/buildAndTestWindows.yml +++ b/.github/workflows/buildAndTestWindows.yml @@ -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: