We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8b91a commit 02264a5Copy full SHA for 02264a5
azure-pipelines.yml
@@ -2,7 +2,7 @@ trigger:
2
branches:
3
include: ["master", "develop", "release*", "refs/tags/*" ]
4
paths:
5
- exclude: [ "doc", "*.md", ".gitignore" ]
+ exclude: [ "doc", "*.md", ".gitignore", "README.md" ]
6
7
# no pr config, we want to trigger builds for all PRs on all branches
8
0 commit comments