github: run release workflow on publish and edit

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.
This commit is contained in:
Martin von Zweigbergk 2024-11-06 21:42:32 -08:00 committed by Martin von Zweigbergk
parent 5de285f5eb
commit 5046157e96

View file

@ -2,7 +2,7 @@ name: Release
on:
release:
types: [created]
types: [published, edited]
permissions: read-all