Skip to content

Commit

Permalink
BuildKite to ignore all markdown files (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy authored and garrettmoon committed Aug 17, 2017
1 parent 5e13eba commit cae9517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CI/exclude-from-build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"^plans/",
"^docs/",
"^CI/exclude-from-build.json$"
]
"^CI/exclude-from-build.json$",
"^**/*.md$"
]

0 comments on commit cae9517

Please sign in to comment.