Skip to content

Commit

Permalink
change pr target
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Nov 22, 2024
1 parent 0abad24 commit 3ead4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ead4a5

Please sign in to comment.