1
0
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:
Matt Bishop 2024-11-08 10:31:18 -05:00 committed by Cy Okeke
parent 154894a06f
commit 360f1fdce1
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C

View File

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