Skip to content

Commit

Permalink
chore: allow goreleaser to run on demand
Browse files Browse the repository at this point in the history
Signed-off-by: Yagiz Degirmenci <[email protected]>
  • Loading branch information
ycd committed Jan 10, 2025
1 parent 45269c0 commit 00416da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: goreleaser

on: release
on:
release:
types: [created]
workflow_dispatch:

jobs:
goreleaser:
Expand Down

0 comments on commit 00416da

Please sign in to comment.