Skip to content

Commit 597b477

Browse files
update ci pull_request types to [opened, reopened, synchronize]
1 parent 1714571 commit 597b477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: CI
44

55
# Controls when the workflow will run
66
on:
7-
pull_request_review:
8-
types: [submitted]
7+
pull_request:
8+
types: [opened, reopened, synchronize]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:

0 commit comments

Comments
 (0)