Pārlūkot izejas kodu

feat(notify-discord): add workflow_dispatch trigger to enable manual execution of the Discord notification workflow

Mathias 1 mēnesi atpakaļ
vecāks
revīzija
08162c597e
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      .github/workflows/notify-discord.yml

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

@@ -4,6 +4,8 @@ on:
   release:
     types: [published]
 
+workflow_dispatch:
+
 jobs:
   discordNotification:
     runs-on: ubuntu-latest