diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml index b25a814..502ce9d 100644 --- a/.github/workflows/github-releases-to-discord.yml +++ b/.github/workflows/github-releases-to-discord.yml @@ -1,6 +1,8 @@ +name: discord_on_release + on: release: - types: [published] + types: [published, released, created] jobs: github-releases-to-discord: @@ -18,4 +20,4 @@ jobs: content: "||@everyone||" footer_title: "Changelog" footer_icon_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png" - footer_timestamp: true \ No newline at end of file + footer_timestamp: true