ci: fix typo

This commit is contained in:
Michael Barz
2023-12-27 11:38:36 +01:00
parent 58e2937385
commit 3ac03a3eca

View File

@@ -1479,7 +1479,7 @@ def binaryRelease(ctx, name):
"depends_on": depends_on,
"trigger": {
"ref": [
"refs/head/stable-*",
"refs/heads/stable-*",
"refs/tags/v*",
"refs/pull/**",
],