瀏覽代碼

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: