We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91674f commit e832210Copy full SHA for e832210
.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