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.
2 parents 6bdc9d5 + ababc91 commit 62c7e4dCopy full SHA for 62c7e4d
.github/workflows/ci.yml
@@ -15,11 +15,12 @@ on:
15
tag:
16
description: "The tag to create (optional)"
17
required: false
18
- pull_request_target:
+ pull_request:
19
types:
20
- opened
21
- reopened
22
- synchronize
23
+ - ready_for_review
24
paths-ignore:
25
- "**.md"
26
- "**.yml"
@@ -143,7 +144,7 @@ jobs:
143
144
github.event.review.state == 'approved'
145
) ||
146
github.event_name == 'workflow_dispatch' ||
- github.event_name == 'pull_request_target' ||
147
+ github.event_name == 'pull_request' ||
148
(
149
contains('
150
refs/heads/master
0 commit comments