From 8f78fb13cc91da50eca1987f2f04148e2168b56f Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Sun, 24 Sep 2023 11:19:35 +0200 Subject: [PATCH] Build the Windows executable on PRs --- .github/workflows/build_windows_exe.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_windows_exe.yml b/.github/workflows/build_windows_exe.yml index 66a9e9bf..32758fa1 100644 --- a/.github/workflows/build_windows_exe.yml +++ b/.github/workflows/build_windows_exe.yml @@ -2,7 +2,9 @@ name: "Build Windows Executable" on: push: - branches: [ release ] + branches: [release] + pull_request: + branches: [release] jobs: build: