ソースを参照

chore(notify-discord): change trigger from push to release for Discord notifications on published releases

Mathias 1 ヶ月 前
コミット
ab92ac3065
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .github/workflows/notify-discord.yml

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

@@ -1,7 +1,8 @@
 name: Discord Notification
 
 on:
-  push:
+  release:
+    types: [published]
   workflow_dispatch:
 jobs:
   Discord: