Skip to content

Commit d6807c4

Browse files
committed
Add on pull_request trigger
1 parent 66ab876 commit d6807c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: 'PR Review Comment'
22

33
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
branches:
7+
- main
48
issue_comment:
59
types: [created, edited]
610

0 commit comments

Comments
 (0)