diff options
| -rw-r--r-- | .github/workflows/debug-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug-test.yml b/.github/workflows/debug-test.yml index 0669a52f..4acd5fc5 100644 --- a/.github/workflows/debug-test.yml +++ b/.github/workflows/debug-test.yml @@ -3,7 +3,7 @@ name: MSBuild Debug Test on: workflow_dispatch: pull_request: - types: [opened, synchronize, reopened, closed] + types: [opened, reopened, synchronize] paths-ignore: - '.gitignore' - '*.md' |
