Quellcode durchsuchen

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

Mathias vor 1 Monat
Ursprung
Commit
bcf9bcf21c
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .github/workflows/notify-discord.yml

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

@@ -3,6 +3,7 @@ name: Discord notification
 on:
   push:
     branches: [master]
+  workflow_dispatch:
 
 jobs:
   build: