From 3ead4a59006595209a7f731bd33a7d1dd0317d2d Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Thu, 21 Nov 2024 19:40:51 -0500 Subject: [PATCH] change pr target --- tests/ci.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ci.rs b/tests/ci.rs index c151116..648cc90 100644 --- a/tests/ci.rs +++ b/tests/ci.rs @@ -48,8 +48,8 @@ fn generate() { let event = Event::default() .push(Push::default().add_branch("main")) - .pull_request_target( - PullRequestTarget::default() + .pull_request( + PullRequest::default() .add_type(PullRequestType::Opened) .add_type(PullRequestType::Synchronize) .add_type(PullRequestType::Reopened)