diff --git a/.github/workflows/releases-to-discord.yml b/.github/workflows/releases-to-discord.yml index 7218957..7f22b20 100644 --- a/.github/workflows/releases-to-discord.yml +++ b/.github/workflows/releases-to-discord.yml @@ -2,7 +2,7 @@ name: Notify Discord on GitHub Release on: release: - types: [published, edited] + types: [published] jobs: github-releases-to-discord: