Skip to content

Commit

Permalink
Update release workflow to trigger on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Sep 8, 2020
1 parent 33b071e commit 92ae435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [created]
push:
tags:
- v*

jobs:
style:
Expand Down

0 comments on commit 92ae435

Please sign in to comment.