Browse Source

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

Mathias 1 tháng trước cách đây
mục cha
commit
9e5cfde285
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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: