mirror of
https://github.com/bitwarden/server
synced 2025-12-29 06:33:43 +00:00
Trigger unified build on rc and hotfix-rc branches (#5108)
(cherry picked from commit 470a12640e)
This commit is contained in:
committed by
Michal Checinski
parent
193f8d6612
commit
5bcd01344d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -530,7 +530,9 @@ jobs:
|
||||
|
||||
self-host-build:
|
||||
name: Trigger self-host build
|
||||
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
|
||||
if: |
|
||||
github.event_name != 'pull_request_target'
|
||||
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
|
||||
runs-on: ubuntu-22.04
|
||||
needs:
|
||||
- build-docker
|
||||
|
||||
Reference in New Issue
Block a user