Skip to content

Commit

Permalink
fixup: run auto-release only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
NonLogicalDev committed Aug 21, 2024
1 parent 54b4520 commit 407a0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/00-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

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

permissions:
contents: write
Expand Down

0 comments on commit 407a0f6

Please sign in to comment.