We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61bcc61 + 5a45f1b commit 1ff2972Copy full SHA for 1ff2972
.github/workflows/ci.yaml
@@ -2,6 +2,8 @@ name: CI
2
3
on:
4
push: {}
5
+ pull_request_review:
6
+ types: [submitted, edited]
7
8
jobs:
9
test:
0 commit comments