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": {
"type": "value",
"value": "refs/heads/production",
"value": "production",
"parameter": {
"source": "payload",
"name": "ref"
"source": "jsonpath",
"name": "$.object_attributes.target_branch"
}
}
},
{
"match": {
"type": "value",
"value": "merge_request",
"parameter": {
"source": "jsonpath",
"name": "$.object_kind"
}
}
}