Skip to content

Commit f924eb9

Browse files
committed
fix: trigger release only on tags
1 parent 4ef049d commit f924eb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: goreleaser
22

33
on:
4-
pull_request:
54
push:
5+
tags:
6+
- '*'
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)