From ba001655095ec71ad43f43662f013d939b08347a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:48:26 +0000 Subject: [PATCH 1/2] Initial plan From 9c99c297c48e5a70a850de46a48dfeb3ae8c4781 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:49:02 +0000 Subject: [PATCH 2/2] Update nuget.yml to trigger on Build and test workflow completion Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com> --- .github/workflows/nuget.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 8d84fc3..9b70d79 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -1,14 +1,17 @@ name: NuGet on: - push: + workflow_run: + workflows: ["Build and test"] + types: + - completed branches: - master - pull_request: workflow_dispatch: jobs: pack: + if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} runs-on: windows-latest permissions: contents: read