Support debug compile test in PRs
This commit is contained in:
6
.github/workflows/debug-test.yml
vendored
6
.github/workflows/debug-test.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user