Support debug compile test in PRs

This commit is contained in:
Loki Rautio 2026-03-05 14:12:31 -06:00
parent f208a5c80e
commit 9e52beaa9d

View file

@ -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'