1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

exempt branch for release

This commit is contained in:
Opeyemi Alao
2025-05-01 11:35:17 +01:00
parent 878616b3ca
commit 84d0ebb388

View File

@@ -31,7 +31,7 @@ jobs:
- name: Branch check
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
run: |
if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix-rc-browser" ]]; then
if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix-rc-browser" ]] && [[ "$GITHUB_REF" != "refs/heads/rc-browser-2025.4.0"]]; then
echo "==================================="
echo "[!] Can only release from the 'rc' or 'hotfix-rc-browser' branches"
echo "==================================="