mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-17 17:08:23 +00:00
Refactor branch validation in build workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user