Skip to content

Commit f3ffdf8

Browse files
fix: build trigger
Need to make this a 'user facing' commit by calling this a fix
1 parent 4889b8e commit f3ffdf8

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)