Skip to content

Commit

Permalink
fix: only release on v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Jun 12, 2023
1 parent b4dc8a0 commit 46a6b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- 'v*'

permissions:
contents: write
Expand Down

0 comments on commit 46a6b17

Please sign in to comment.