We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2693454 commit e8df202Copy full SHA for e8df202
.github/workflows/ci.yml
@@ -4,8 +4,8 @@ name: CI
4
5
# Controls when the workflow will run
6
on:
7
- pull_request_review:
8
- types: [submitted]
+ pull_request:
+ types: [opened, reopened, synchronize]
9
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
jobs:
0 commit comments