Skip to content

Commit d054153

Browse files
Fix CI trigger (#663)
Remove trigger `review_requested`
1 parent b3dc89c commit d054153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test on pull request
22

33
on:
44
pull_request:
5-
types: [opened, reopened, review_requested, synchronize]
5+
types: [opened, reopened, synchronize]
66
paths-ignore:
77
- '*.md'
88
- 'ChangeLog'

0 commit comments

Comments
 (0)