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.
pull_request_review
1 parent 0b01c09 commit af970f5Copy full SHA for af970f5
.github/workflows/code-analysis.yaml
@@ -1,7 +1,9 @@
1
name: Code Analysis
2
3
on:
4
- pull_request: null
+ pull_request:
5
+ pull_request_review:
6
+ types: [ submitted, edited ]
7
push:
8
branches:
9
- develop
0 commit comments