Skip to content

Commit 586a5c1

Browse files
authored
Update Discord notification triggers in workflow
1 parent 83c4709 commit 586a5c1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/discord_notify.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Discord Notify
22

33
on:
4-
push:
5-
pull_request:
6-
issues:
4+
issue_comment:
5+
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
8+
pull_request_review:
9+
types: [submitted]
710

811
jobs:
912
notify:

0 commit comments

Comments
 (0)