Skip to content

Commit dd4b57d

Browse files
authored
Update main.yml
1 parent e22cc6e commit dd4b57d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ name: Github Telegram Notifier
22

33
on:
44
push:
5-
branches:
6-
- '**'
75
pull_request:
8-
branches:
9-
- '**'
6+
create:
7+
delete:
8+
issues:
9+
issue_comment:
10+
pull_request_review:
11+
pull_request_review_comment:
12+
fork:
13+
watch:
14+
release:
1015

1116
jobs:
1217
notify:

0 commit comments

Comments
 (0)