docker-backuppc/.azure-pipelines/release.yml
Adrien Ferrand f34367be67 Start work
2020-08-13 18:13:22 +02:00

19 lines
263 B
YAML

trigger:
branches:
exclude:
- "*"
tags:
include:
- "3.*"
- "4.*"
pr: none
stages:
- stage: Test
jobs:
- template: templates/integration-jobs.yml
- stage: Release
jobs:
- template: templates/release-jobs.yml