Skip to content

Commit 42f99e8

Browse files
authored
Fix pipeline triggers in command-line-api official yml
The release/* trigger was missing which means the last code flow happened on August 16th.
1 parent 6e468fa commit 42f99e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vsts-ci-official.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ trigger:
1717
branches:
1818
include:
1919
- main
20-
- internal/release/*
21-
- validation/*
20+
- release/*
2221

2322
pr:
2423
autoCancel: false

0 commit comments

Comments
 (0)