Skip to content

Commit 2633677

Browse files
committed
Fix trigger syntax
1 parent d13b45e commit 2633677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure/pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
trigger:
77
tags:
8-
include: *
8+
include:
9+
- *
910

1011
schedules:
1112
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)