Skip to content

Commit 02264a5

Browse files
authored
Work CD-CI
- Add readme to build trigger exclusions.
1 parent 1a8b91a commit 02264a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
branches:
33
include: ["master", "develop", "release*", "refs/tags/*" ]
44
paths:
5-
exclude: [ "doc", "*.md", ".gitignore" ]
5+
exclude: [ "doc", "*.md", ".gitignore", "README.md" ]
66

77
# no pr config, we want to trigger builds for all PRs on all branches
88

0 commit comments

Comments
 (0)