Skip to content

Commit

Permalink
Now that release github action is verified to work, only trigger on n…
Browse files Browse the repository at this point in the history
…ew tags.
  • Loading branch information
rafibarash committed Sep 9, 2021
1 parent feb8742 commit dd6151d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -2,6 +2,7 @@ name: goreleaser

on:
push:
tags: ["*"]

jobs:
goreleaser:
Expand Down

0 comments on commit dd6151d

Please sign in to comment.