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 d28cccf commit a096323Copy full SHA for a096323
.github/workflows/e2e.yml
@@ -1,7 +1,7 @@
1
name: E2E Test Check
2
on:
3
- pull_request:
4
- types: ['opened', 'synchronize']
+ pull_request_review:
+ types: [edited, submitted]
5
paths:
6
- '.github/**'
7
- '.github/workflows/**'
0 commit comments