From e25b9c7e1bc91c5b2e74fd85a4df387a81edb771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Wed, 15 May 2024 23:16:40 +0200 Subject: [PATCH] ci: Added Run trigger to local release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Stühmer --- .github/workflows/local-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/local-release.yml b/.github/workflows/local-release.yml index 2fa2b49..021136f 100644 --- a/.github/workflows/local-release.yml +++ b/.github/workflows/local-release.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_run: jobs: version: @@ -20,4 +21,4 @@ jobs: uses: ./.github/workflows/step-dotnet-draft-release.yml with: runs-on: 'ubuntu-latest' - solution-version: ${{ needs.version.outputs.solution-version }} \ No newline at end of file + solution-version: ${{ needs.version.outputs.solution-version }}