Parcourir la source

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

Mathias il y a 1 mois
Parent
commit
ab92ac3065
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: