mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +01:00
Only build Unified on main branch pushes (#5006)
This commit is contained in:
parent
154894a06f
commit
360f1fdce1
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -527,6 +527,7 @@ jobs:
|
||||
|
||||
self-host-build:
|
||||
name: Trigger self-host build
|
||||
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-22.04
|
||||
needs: build-docker
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user