Skip to content

Commit

Permalink
Build PRs from origin branches (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir authored Oct 11, 2023
1 parent 15aded1 commit 5ec21a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class KogitoJobTemplate {
// Build origin branches also filed as PRs.
buildOriginBranchWithPR(false)
// Build origin PRs (unmerged head).
buildOriginPRHead(false)
buildOriginPRHead(true)
// Build origin PRs (merged with base branch).
buildOriginPRMerge(false)
}
Expand Down

0 comments on commit 5ec21a9

Please sign in to comment.