mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
17 lines
250 B
YAML
17 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
|