浏览代码

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

Mathias 1 月之前
父节点
当前提交
9e5cfde285
共有 1 个文件被更改,包括 1 次插入2 次删除
  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: