aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoki Rautio <lokirautio@gmail.com>2026-03-05 14:33:33 -0600
committerLoki Rautio <lokirautio@gmail.com>2026-03-05 14:33:33 -0600
commitf48a39ae3d72fc47ed3a050f6419716dc398d8f5 (patch)
tree826f5e05cbe5c3d5f73858c96f30e966876522cb
parentd3593f1df39a7ea66d35f2b3d92c230e32b0869f (diff)
Adjust github action for debug
-rw-r--r--.github/workflows/debug-test.yml2
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'