Quellcode durchsuchen

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

Mathias vor 1 Monat
Ursprung
Commit
9e5cfde285
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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: