1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 17:14:00 +00:00

Rename hotfix branch to hotfix-rc (#1854)

This commit is contained in:
Joseph Flinn
2022-02-09 08:17:17 -08:00
committed by GitHub
parent 6f2f475aa3
commit a4ae38fc95
3 changed files with 14 additions and 14 deletions

View File

@@ -24,9 +24,9 @@ jobs:
steps:
- name: Branch check
run: |
if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix" ]]; then
if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix-rc" ]]; then
echo "==================================="
echo "[!] Can only release from the 'rc' or 'hotfix' branches"
echo "[!] Can only release from the 'rc' or 'hotfix-rc' branches"
echo "==================================="
exit 1
fi