18 lines
372 B
YAML
18 lines
372 B
YAML
|
---
|
||
|
hooks:
|
||
|
hook1:
|
||
|
action: "echo hookaction1"
|
||
|
filters:
|
||
|
match_ref:
|
||
|
pointer: "/ref"
|
||
|
regex: "refs/heads/master"
|
||
|
hook2:
|
||
|
action: "echo hookaction2"
|
||
|
filters:
|
||
|
match_ref:
|
||
|
pointer: "/ref"
|
||
|
regex: "refs/heads/master"
|
||
|
match_after:
|
||
|
pointer: "/after"
|
||
|
regex: "f6e5fe4fe37df76629112d55cc210718b6a55e7e"
|