Skip to content

Commit

Permalink
Merge pull request #94 from datalad/extend-only-commits-files
Browse files Browse the repository at this point in the history
Add `only_commits` to `.appveyor.yml`
  • Loading branch information
christian-monch authored Jul 19, 2024
2 parents cdfdf54 + 58bf483 commit 163fa9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#

Expand Down
4 changes: 4 additions & 0 deletions changelog.d/pr-94.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### 🚀 Enhancements and New Features

- Add an `only_comits.files` example to `.appveyor.yml`. This illustrates how to limit builds to code changes, tool changes, and changes in `.appveyor.yml` itself.
https://github.com/datalad/datalad-helloworld/pull/94 (by [@christian-monch](https://github.com/christian-monch))

0 comments on commit 163fa9c

Please sign in to comment.