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'