Skip to content

Commit

Permalink
Change workflow event
Browse files Browse the repository at this point in the history
  • Loading branch information
armin-reichert committed Jan 20, 2025
1 parent 235c997 commit 3aa442e
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
Expand Up @@ -5,7 +5,7 @@ name: Release

on:
release:
types: [ published ] # if this is omitted, the workflow starts 3 times when creating a release!
types: [ created, edited ] # if this is omitted, the workflow starts 3 times when creating a release!

jobs:

Expand Down

0 comments on commit 3aa442e

Please sign in to comment.