Skip to content

Commit 5df9551

Browse files
committed
Add the Event Trigger
1 parent 5fe65b9 commit 5df9551

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/opencode.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ on:
44
issue_comment:
55
types: [created]
66

7+
pull_request:
8+
9+
pull_request_comment:
10+
types: [created]
11+
12+
pull_request_review:
13+
types: [submitted]
14+
15+
pull_request_review_comment:
16+
types: [created]
17+
718
jobs:
819
opencode:
920
if: |

0 commit comments

Comments
 (0)