Skip to content

Commit 62c7e4d

Browse files
authored
Merge pull request #4160 from stacks-network/ci/fix-pr-target-master
use pull_request to trigger ci runs
2 parents 6bdc9d5 + ababc91 commit 62c7e4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ on:
1515
tag:
1616
description: "The tag to create (optional)"
1717
required: false
18-
pull_request_target:
18+
pull_request:
1919
types:
2020
- opened
2121
- reopened
2222
- synchronize
23+
- ready_for_review
2324
paths-ignore:
2425
- "**.md"
2526
- "**.yml"
@@ -143,7 +144,7 @@ jobs:
143144
github.event.review.state == 'approved'
144145
) ||
145146
github.event_name == 'workflow_dispatch' ||
146-
github.event_name == 'pull_request_target' ||
147+
github.event_name == 'pull_request' ||
147148
(
148149
contains('
149150
refs/heads/master

0 commit comments

Comments
 (0)