diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cb2b6e29..ead4c5b87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: git branch git status git branch --show-current - if [[ $(git branch --show-current) != ${{ inputs.update_branch }} ]]; then + if [[ $(git branch --show-current) != "zen-${{ inputs.update_branch }}" ]]; then echo ">>> Branch mismatch" exit 1 else