Explorar el Código

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

Mathias hace 1 mes
padre
commit
9e5cfde285
Se han modificado 1 ficheros con 1 adiciones y 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: