Skip to content

Commit

Permalink
Change release workflow to be based on tag instead of release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 1, 2020
1 parent 1594f40 commit be5b648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release

on:
release:
types: [created]
push:
tags: ["*"]

jobs:
windows:
Expand Down

0 comments on commit be5b648

Please sign in to comment.