datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

Add `only_commits` to `.appveyor.yml` #94

Closed christian-monch closed 1 month ago

christian-monch commented 1 month ago

This PR adds an only_commit mapping to .appveyor.yml that illustrates how to límit CI builds to changes in code, tools or .appveyor.yml.

The section has to be adapted if the directory names are changed. Otherwise some changes might not trigger to CI-builds.