Skip to content

Commit

Permalink
github: don't run release workflow after editing release
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
martinvonz committed Nov 7, 2024
1 parent 5046157 commit f9cfa5c
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: [published, edited]
types: [published]

permissions: read-all

Expand Down

0 comments on commit f9cfa5c

Please sign in to comment.