Skip to content

Commit

Permalink
goreleaser: only run on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dschofie committed Apr 3, 2024
1 parent 0bec11f commit 36a81cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

version: 1

on:
push:
tags:
- '*'
branch:
- main

permissions:
contents: write

before:
hooks:
# You may remove this if you don't use go modules.
Expand Down

0 comments on commit 36a81cc

Please sign in to comment.