remove pull-requests from release triggers, only trigger on tags.
This commit is contained in:
parent
cf47ece4a8
commit
1375a7a17e
1 changed files with 1 additions and 2 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: goreleaser
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
# run only against tags
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue