Skip to content

Commit

Permalink
Set releases to only run on Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
keyneston authored Apr 29, 2021
1 parent 6110c9e commit 6beddb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: goreleaser
name: Releases

on:
pull_request:
push:

tags:
- '*'

permissions:
contents: write

Expand Down

0 comments on commit 6beddb7

Please sign in to comment.