فهرست منبع

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: