0
0
mirror of https://github.com/jellyfin/jellyfin-web.git synced 2025-04-08 20:34:56 +00:00
Files
jellyfin-web/.ci/azure-pipelines.yml

18 lines
250 B
YAML

trigger:
batch: true
branches:
include:
- '*'
tags:
include:
- '*'
pr:
branches:
include:
- '*'
jobs:
- template: azure-pipelines-build.yml
- template: azure-pipelines-lint.yml
- template: azure-pipelines-package.yml