Skip to content

Commit 298fc72

Browse files
committed
goreleaser: only run on tags
1 parent e2f2d89 commit 298fc72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.goreleaser.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
version: 1
1010

11+
on:
12+
push:
13+
tags:
14+
- '*'
15+
branch:
16+
- main
17+
18+
permissions:
19+
contents: write
20+
1121
before:
1222
hooks:
1323
# You may remove this if you don't use go modules.

0 commit comments

Comments
 (0)