aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLoki Rautio <lokirautio@gmail.com>2026-03-05 14:12:31 -0600
committerLoki Rautio <lokirautio@gmail.com>2026-03-05 14:12:31 -0600
commit9e52beaa9d97bf4258ecb19e1e3fc53fa1bd0bd2 (patch)
treec0078d0fad8390dd95910d09217b7a08d305e6fb /.github
parentf208a5c80eb02362d960d5d63cef6b32eb3fb4c4 (diff)
Support debug compile test in PRs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/debug-test.yml6
1 files changed, 6 insertions, 0 deletions
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'