1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/.ci/azure-pipelines.yml

18 lines
250 B
YAML
Raw Normal View History

trigger:
batch: true
branches:
include:
2020-04-04 00:09:47 +09:00
- '*'
tags:
include:
- '*'
2020-03-15 21:53:28 +01:00
pr:
branches:
include:
- '*'
jobs:
- template: azure-pipelines-build.yml
- template: azure-pipelines-lint.yml
- template: azure-pipelines-package.yml