CI: Reduce duplicate builds

This commit is contained in:
Patrick Griffis
2023-11-03 14:13:36 -05:00
committed by Patrick
parent a1f154cd5e
commit 44d14a436b
4 changed files with 30 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
name: Windows Build
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
windows_build: