Skip to content

Commit 01c3597

Browse files
authored
Skip AppVeyor CI builds for Markdown changes (facebook#1723)
* Skip CI builds for Markdown changes * I will never learn YML
1 parent 5414cff commit 01c3597

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ install:
3030

3131
build: off
3232

33+
skip_commits:
34+
files:
35+
- '**/*.md'
36+
3337
test_script:
3438
- node --version
3539
- npm --version

0 commit comments

Comments
 (0)