Skip to content

Commit

Permalink
fix: gnerates new release on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed Sep 15, 2024
1 parent 9f4ae59 commit 385f11b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: goreleaser

on:
workflow_dispatch:
on:
push:
branches:
- "main"

permissions:
contents: write
Expand Down

0 comments on commit 385f11b

Please sign in to comment.