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 f6488fd commit 9fec082Copy full SHA for 9fec082
.github/workflows/pull-request-code-checks.yml
@@ -1,9 +1,10 @@
1
name: pull-request-code-checks
2
3
on:
4
- pull_request:
+ pull_request_review:
5
branches:
6
- main
7
+ types: [ submitted ]
8
9
jobs:
10
build:
0 commit comments