mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
Add pull request trigger to build self-host workflow (#2701)
This commit is contained in:
parent
70a7108bba
commit
9261fcc9ee
6
.github/workflows/build-self-host.yml
vendored
6
.github/workflows/build-self-host.yml
vendored
@ -9,6 +9,12 @@ on:
|
||||
paths-ignore:
|
||||
- ".github/workflows/**"
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "l10n_master"
|
||||
- "gh-pages"
|
||||
paths:
|
||||
- ".github/workflows/build-self-host.yml"
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
|
Loading…
Reference in New Issue
Block a user