1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +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 GitHub
parent fcb706b9c5
commit e7cbdaa469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: