Skip to content

Commit

Permalink
Allow release to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi authored Nov 8, 2024
1 parent 8e95368 commit fb686ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: release

on:
workflow_dispatch:
push:
branches: [master, main]
tags: ["*"]
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
dotnetastgen-linux
dotnetastgen-linux-arm64
dotnetastgen-macos
dotnetastgen-win.exe
dotnetastgen-win.exe

0 comments on commit fb686ba

Please sign in to comment.