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": {
"match": { "and": [
"type": "payload", {
"parameter": "ref", "match": {
"value": "refs/heads/production" "type": "payload",
} "parameter": "ref",
"value": "refs/heads/production"
}
}
]
} }
} }
] ]