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