1
0
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:
Michał Chęciński 2024-12-04 14:18:58 +01:00 committed by GitHub
parent 94fdfa40e8
commit 470a12640e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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