mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 02:43:04 +01:00
removing the master branch CI code execution
This commit is contained in:
parent
9635b1acb7
commit
ecfb80fd6d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
||||
steps:
|
||||
- name: Branch check
|
||||
run: |
|
||||
if [[ "$GITHUB_REF" != "refs/heads/release" ]] || [[ "$GITHUB_REF" != "refs/heads/master" ]]; then
|
||||
if [[ "$GITHUB_REF" != "refs/heads/release" ]]; then
|
||||
echo "==================================="
|
||||
echo "[!] Can only release from the 'release' or 'master' branches"
|
||||
echo "[!] Can only release from the 'release' branches"
|
||||
echo "==================================="
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user