diff --git a/.appveyor.yml b/.appveyor.yml index db007ff3..a3fb519c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,6 +52,12 @@ shallow_clone: false # Do not build a branch, if a PR with the branch exists skip_branch_with_pr: true +# Outside of PRs, build only these branches: +branches: + only: + - master + - maint_0.4 + environment: # Do not use `image` as a matrix dimension, to have fine-grained control over diff --git a/datalad_metalad/aggregate.py b/datalad_metalad/aggregate.py index 0d0b6993..3d6d7017 100644 --- a/datalad_metalad/aggregate.py +++ b/datalad_metalad/aggregate.py @@ -160,7 +160,7 @@ class Aggregate(Interface): doc=r""" PATH to a sub-dataset whose metadata shall be aggregated into the topmost dataset (ROOT_DATASET)""", - nargs="*", + nargs="+", constraints=EnsureStr() | EnsureNone())) @staticmethod