Эх сурвалжийг харах

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

Mathias 1 сар өмнө
parent
commit
ab92ac3065

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

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