Skip to content

Commit 702bdb4

Browse files
author
Carl Chang
committed
exclude unnecessary builds
1 parent 6f6f1c2 commit 702bdb4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
55

66
trigger:
7-
- master
7+
branches:
8+
include:
9+
- master
10+
paths:
11+
exclude:
12+
- README.md
13+
- azure-pipelines.yml
814

915
pool:
1016
vmImage: 'windows-latest'

0 commit comments

Comments
 (0)