diff --git a/.appveyor.yml b/.appveyor.yml index 9632f10..61b1f26 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -172,6 +172,15 @@ install: #- sh: "[ -f ${HOME}/dlinstaller_env.sh ] && . ${HOME}/dlinstaller_env.sh || true" +# only run the CI if there are code changes, tooling changes, +# or changes in `.appveyor.yml` +only_commits: + files: + - .appveyor.yml + - datalad_helloworld/ + - tools/ + + #before_build: #