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:
parent
fcb706b9c5
commit
e7cbdaa469
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -527,6 +527,7 @@ 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'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user