Skip to content

Commit

Permalink
Build the Windows executable on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 24, 2023
1 parent 3726513 commit 8f78fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_windows_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "Build Windows Executable"

on:
push:
branches: [ release ]
branches: [release]
pull_request:
branches: [release]

jobs:
build:
Expand Down

0 comments on commit 8f78fb1

Please sign in to comment.