3
0
Arne Teuke
2025-10-23 23:10:19 +02:00
parent b01d486a08
commit 1c52a3d37c

View File

@@ -10,11 +10,15 @@
],
"trigger-rule": {
"match": {
"type": "payload",
"parameter": "ref",
"value": "refs/heads/production"
}
"and": [
{
"match": {
"type": "payload",
"parameter": "ref",
"value": "refs/heads/production"
}
}
]
}
}
]