Skip to content

Commit

Permalink
Add ignored files to appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Mar 1, 2021
1 parent 274e897 commit b2af2ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
skip_commits:
files:
- "benchmarks/**"
- "examples/**"
- "*.md"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
Expand Down

0 comments on commit b2af2ab

Please sign in to comment.