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

View File

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