Skip to content

Commit

Permalink
switch back to triggering off of published releases
Browse files Browse the repository at this point in the history
  • Loading branch information
davidji99 committed Jul 29, 2020
1 parent 0e26d4a commit c796922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: release

on:
push:
tags:
- 'v*'
release:
types: [published]

jobs:
goreleaser:
Expand Down

0 comments on commit c796922

Please sign in to comment.