Skip to content

Commit

Permalink
github: run release workflow on publish and edit
Browse files Browse the repository at this point in the history
The 0.23.0 release actions failed to run. Perhaps it's because I used
"save as draft" (to view the markdown) before I published it. Running
the actions on publish seems more correct.
  • Loading branch information
martinvonz committed Nov 7, 2024
1 parent 5de285f commit 5046157
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 @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [created]
types: [published, edited]

permissions: read-all

Expand Down

0 comments on commit 5046157

Please sign in to comment.