mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07:00
18 lines
250 B
YAML
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
|