Skip to content

Commit

Permalink
Change trigger to published release tag only
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Apr 13, 2023
1 parent 83677ee commit aed1151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push installation image
on:
workflow_dispatch:
release:
types: [published, created, edited]
types: [published]

jobs:
windows-install-purple:
Expand Down

0 comments on commit aed1151

Please sign in to comment.