1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[workflows] Decouple hotfix-rc branches (#3298)

This commit is contained in:
Joseph Flinn
2022-08-16 08:55:57 -07:00
committed by GitHub
parent 7e39867dae
commit 16c41b823b
8 changed files with 30 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ on:
branches:
- 'master'
- 'rc'
- 'hotfix-rc'
- 'hotfix-rc-browser'
paths:
- 'apps/browser/**'
- 'libs/**'
@@ -347,7 +347,7 @@ jobs:
trigger-desktop-build:
name: Trigger desktop build
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || github.ref != 'refs/heads/hotfix-rc' }}
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || github.ref != 'refs/heads/hotfix-rc-browser' }}
runs-on: ubuntu-20.04
needs:
- build