mirror of
https://github.com/bitwarden/server.git
synced 2025-01-27 22:41:22 +01:00
Trigger unified build on rc and hotfix-rc branches (#5108)
This commit is contained in:
parent
94fdfa40e8
commit
470a12640e
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
|
||||
|
Loading…
Reference in New Issue
Block a user