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: on:
workflow_dispatch: workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- '.gitignore'
- '*.md'
- '.github/*.md'
push: push:
branches: branches:
- 'main' - 'main'