Skip to content

Commit

Permalink
Only run appveyor tests when relevant. Refs #3626
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jan 5, 2019
1 parent 9d62030 commit 199a2e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Expand Up @@ -4,6 +4,20 @@

## General configuration
version: '{build}'

only_commits:
files:
- bin/
- lib/
- test/
- .mocharc.yml
- .wallaby.js
- .appveyor.yml
- index.js
- package.json
- package-lock.json
- package-scripts.json

skip_commits:
message: /\[ci\s+skip\]/

Expand Down

0 comments on commit 199a2e4

Please sign in to comment.