Skip to content

Commit 8defab4

Browse files
chore(ci): add pull_request_target trigger for synchronize events in CI workflow
1 parent 80b8500 commit 8defab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: Check PR
33

44
on:
5+
pull_request_target:
6+
types: [synchronize]
57
pull_request:
68
branches: [ "master" ]
79
workflow_dispatch:

0 commit comments

Comments
 (0)