Skip to content

Commit b602448

Browse files
committed
trigger full build on release branches
1 parent af70d27 commit b602448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_trigger.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
if [[ "$BUILDKITE_MESSAGE" == *"[full ci]"* ||
44
"$BUILDKITE_BRANCH" == "next" ||
55
"$BUILDKITE_BRANCH" == "main" ||
6+
"$BUILDKITE_BRANCH" == releases/* ||
67
! -z "$FULL_SCHEDULED_BUILD" ||
78
"$BUILDKITE_PULL_REQUEST_BASE_BRANCH" == "main" ]]; then
89
echo "Running full build"

0 commit comments

Comments
 (0)