Skip to content

Commit 8bd34b2

Browse files
remove pull-requests from release triggers, only trigger on tags. (#25)
1 parent cf47ece commit 8bd34b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: goreleaser
22

33
on:
4-
pull_request:
54
push:
65
# run only against tags
76
tags:
@@ -37,4 +36,4 @@ jobs:
3736
env:
3837
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3938
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
40-
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
39+
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)