Allow AppVeyor to skip pure documentation updates

master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 3a37a08998
commit 692754a2c5
  1. 5
      .appveyor.yml

@ -7,6 +7,11 @@ branches:
- master
- 3.3-stable
skip_tags: true
skip_commits:
files:
- README.md
- LICENSE.md
- docs/*
environment:
matrix:
- GENERATOR: MinGW Makefiles

Loading…
Cancel
Save