Skip to content

Commit 2693454

Browse files
committed
workflows add ci.yaml
1 parent f086a9a commit 2693454

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

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

55
# Controls when the workflow will run
66
on:
7-
pull_request:
8-
types:
9-
- review
7+
pull_request_review:
8+
types: [submitted]
109

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

0 commit comments

Comments
 (0)