We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af70d27 commit b602448Copy full SHA for b602448
.buildkite/pipeline_trigger.sh
@@ -3,6 +3,7 @@
3
if [[ "$BUILDKITE_MESSAGE" == *"[full ci]"* ||
4
"$BUILDKITE_BRANCH" == "next" ||
5
"$BUILDKITE_BRANCH" == "main" ||
6
+ "$BUILDKITE_BRANCH" == releases/* ||
7
! -z "$FULL_SCHEDULED_BUILD" ||
8
"$BUILDKITE_PULL_REQUEST_BASE_BRANCH" == "main" ]]; then
9
echo "Running full build"
0 commit comments