3
0
This commit is contained in:
Arne Teuke
2025-10-25 17:27:20 +02:00
parent af20b978ca
commit ae7d39960c

View File

@@ -13,10 +13,20 @@
{ {
"match": { "match": {
"type": "value", "type": "value",
"value": "refs/heads/production", "value": "production",
"parameter": { "parameter": {
"source": "payload", "source": "jsonpath",
"name": "ref" "name": "$.object_attributes.target_branch"
}
}
},
{
"match": {
"type": "value",
"value": "merge_request",
"parameter": {
"source": "jsonpath",
"name": "$.object_kind"
} }
} }
} }