1
0
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:
Michał Chęciński 2023-02-15 17:04:03 +01:00 committed by GitHub
parent 70a7108bba
commit 9261fcc9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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