Skip to content

Commit 56e2dcc

Browse files
author
Alex Wang
committed
chore: update trigger condition
1 parent 8bc2b3e commit 56e2dcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify_slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Slack Notifications
22

33
on:
44
issues:
5-
types: [opened, reopened, edited]
5+
types: [opened, reopened]
66
pull_request_target:
7-
types: [opened, reopened, synchronize]
7+
types: [opened, reopened]
88

99
permissions: {}
1010

0 commit comments

Comments
 (0)