Skip to content

Commit

Permalink
ci: Added Run trigger to local release
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored May 15, 2024
1 parent feb26da commit e25b9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/local-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_run:

jobs:
version:
Expand All @@ -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 }}
solution-version: ${{ needs.version.outputs.solution-version }}

0 comments on commit e25b9c7

Please sign in to comment.