Skip to content

Commit

Permalink
Trigger on "released" to avoid prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Aug 19, 2022
1 parent 8856576 commit 287627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
release:
types: [published]
types: [released]
workflow_dispatch:
inputs:
TAG_NAME:
Expand Down

0 comments on commit 287627f

Please sign in to comment.