Skip to content

Commit 9fff303

Browse files
fix: src path pattern
Co-authored-by: Copilot <[email protected]>
1 parent f3ffdf8 commit 9fff303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- main
88
paths:
99
include:
10-
- /src/*
10+
- src/*
1111
tags:
1212
include:
1313
- '*'

0 commit comments

Comments
 (0)