Skip to content

Commit

Permalink
Skip AppVeyor CI builds for Markdown changes (facebook#1723)
Browse files Browse the repository at this point in the history
* Skip CI builds for Markdown changes

* I will never learn YML
  • Loading branch information
gaearon authored and randycoulman committed May 8, 2017
1 parent bcdf64f commit dc4d177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ install:

build: off

skip_commits:
files:
- '**/*.md'

test_script:
- node --version
- npm --version
Expand Down

0 comments on commit dc4d177

Please sign in to comment.