aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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'