Skip to content

Commit

Permalink
minor: update github workflow to trigger only on manual releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Nov 25, 2021
1 parent 0ad8694 commit 62fc9fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: goreleaser

on:
push:
tags:
- "*"
release:
types: [created]

permissions:
contents: write
Expand Down

0 comments on commit 62fc9fc

Please sign in to comment.