Skip to content

Commit

Permalink
Skip AppVeyor CI builds for Markdown changes (#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 committed Mar 5, 2017
1 parent 5414cff commit 01c3597
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 01c3597

Please sign in to comment.