瀏覽代碼

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

Mathias 1 月之前
父節點
當前提交
08162c597e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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