mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05: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:
|
self-host-build:
|
||||||
name: Trigger 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
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
needs:
|
||||||
- build-docker
|
- build-docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user