From 9e52beaa9d97bf4258ecb19e1e3fc53fa1bd0bd2 Mon Sep 17 00:00:00 2001 From: Loki Rautio Date: Thu, 5 Mar 2026 14:12:31 -0600 Subject: [PATCH] Support debug compile test in PRs --- .github/workflows/debug-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/debug-test.yml b/.github/workflows/debug-test.yml index 7bde131d..0669a52f 100644 --- a/.github/workflows/debug-test.yml +++ b/.github/workflows/debug-test.yml @@ -2,6 +2,12 @@ name: MSBuild Debug Test on: workflow_dispatch: + pull_request: + types: [opened, synchronize, reopened, closed] + paths-ignore: + - '.gitignore' + - '*.md' + - '.github/*.md' push: branches: - 'main'