From f48a39ae3d72fc47ed3a050f6419716dc398d8f5 Mon Sep 17 00:00:00 2001 From: Loki Rautio Date: Thu, 5 Mar 2026 14:33:33 -0600 Subject: [PATCH] Adjust github action for debug --- .github/workflows/debug-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'