From 422db6e5aad5d7736c68aee661d5245a2c2d67be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:29:26 +0000 Subject: [PATCH 1/2] Initial plan From 551a9d8ca09eb9f9b33a6fb4ed538ddb1b17a4a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:33:55 +0000 Subject: [PATCH 2/2] Add workflow_dispatch event to dotnet.yml for manual triggering Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com> --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a73cc8b..5bdc644 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: