Add ability to skip hooks by branches

This commit is contained in:
Ivan Studinsky 2023-04-29 18:28:03 +07:00
parent 8656797c78
commit ff5fd29479
4 changed files with 30 additions and 1 deletions

View file

@ -475,6 +475,8 @@ def test_manifest_hooks(tempdir_factory, store):
entry='bin/hook.sh',
exclude='^$',
exclude_types=[],
branches='',
exclude_branches='^$',
files='',
id='bash_hook',
language='script',