From e406a97df89ad4ee1d7548b3ebb04c7f5041b421 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:09:34 -0800 Subject: [PATCH] use pull_request to trigger ci runs --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c86c6dcb..aadda50df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,12 @@ on: tag: description: "The tag to create (optional)" required: false - pull_request_target: + pull_request: types: - opened - reopened - synchronize + - ready_for_review paths-ignore: - "**.md" - "**.yml" @@ -143,7 +144,7 @@ jobs: github.event.review.state == 'approved' ) || github.event_name == 'workflow_dispatch' || - github.event_name == 'pull_request_target' || + github.event_name == 'pull_request' || ( contains(' refs/heads/master