Browse Source

chore(notify-discord): enable manual triggering of the Discord notification workflow by adding workflow_dispatch event

Mathias 1 month ago
parent
commit
9e5cfde285
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/notify-discord.yml

+ 1 - 2
.github/workflows/notify-discord.yml

@@ -3,8 +3,7 @@ name: Notify Discord on Release
 on:
   release:
     types: [published]
-
-workflow_dispatch:
+  workflow_dispatch:
 
 jobs:
   discordNotification: