ci(azure-pipelines): set custom triggers; allow tag pipelines [skip ci]
This commit is contained in:
parent
0345f4a5e6
commit
81203be811
@ -2,6 +2,18 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- CHANGELOG.md
|
||||||
|
tags:
|
||||||
|
include:
|
||||||
|
- prod-*
|
||||||
|
- test-*
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: services
|
- name: services
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Reference in New Issue
Block a user