Explorar o código

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

Mathias hai 1 mes
pai
achega
ab92ac3065
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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: