Skip to content

Commit 4dcd6c6

Browse files
committed
test
1 parent 7376b1f commit 4dcd6c6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/validate.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Validate and Run Commands Based on PR Comments
22
on:
33
issue_comment:
4-
types: [created, edited, deleted]
4+
types: [created, edited]
5+
pull_request_review_comment:
6+
types: [created, edited]
57

68
jobs:
79
quick_validation:

0 commit comments

Comments
 (0)