Explorar o código

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

Mathias hai 1 mes
pai
achega
9e5cfde285
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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: