Skip to content

Commit 4658040

Browse files
fix: build trigger (#2976)
* fix: build trigger Need to make this a 'user facing' commit by calling this a fix * fix: src path pattern Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 4889b8e commit 4658040

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ trigger:
55
branches:
66
include:
77
- main
8+
paths:
9+
include:
10+
- src/*
11+
tags:
12+
include:
13+
- '*'
814
pr: none
15+
916
variables:
1017
BuildConfiguration: 'release'
1118
resources:

0 commit comments

Comments
 (0)