github: don't run release workflow after editing release

It was temporarily enabled in the hope that we could trigger the
failed workflow for 0.23.0 by editing the release (that didn't work).
This commit is contained in:
Martin von Zweigbergk 2024-11-06 22:09:28 -08:00 committed by Martin von Zweigbergk
parent 5046157e96
commit f9cfa5c9ce

View file

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