mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-03-24 19:09:22 +00:00
Skip appveyor builds for android and horizon (#205)
Builds for Android and Horizon isn't currently configured, so starting the build after changing these files is useless
This commit is contained in:
parent
e57c9cdb27
commit
1633eef3dd
|
@ -3,6 +3,9 @@ version: "0.101.0-{build}-{branch}"
|
|||
skip_commits:
|
||||
files:
|
||||
- README.md
|
||||
- app/*
|
||||
- drsandroid/*
|
||||
- drshorizon/*
|
||||
|
||||
environment:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue