Skip to content

Commit

Permalink
refactor: Change logic to only trigger on a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
riweston committed Jul 27, 2021
1 parent 345ae14 commit 31f0642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: goreleaser

on: [pull_request, push]
on:
push:
tags:
- "*"

jobs:
goreleaser:
Expand Down

0 comments on commit 31f0642

Please sign in to comment.