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 d5d5d4a commit 61e09d3Copy full SHA for 61e09d3
.buildkite/dra-release.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
5
DRA_WORKFLOW=${DRA_WORKFLOW:-snapshot}
6
7
-if [[ "$BUILDKITE_BRANCH" == "main" && "$DRA_WORKFLOW" == "staging" ]]; then
+if [[ ("$BUILDKITE_BRANCH" == "main" || "$BUILDKITE_BRANCH" == *.x) && "$DRA_WORKFLOW" == "staging" ]]; then
8
exit 0
9
fi
10
0 commit comments