ci: run binary release builds on stable

This commit is contained in:
Michael Barz
2023-12-27 11:30:31 +01:00
parent 87842af848
commit 58e2937385
+1
View File
@@ -1479,6 +1479,7 @@ def binaryRelease(ctx, name):
"depends_on": depends_on,
"trigger": {
"ref": [
"refs/head/stable-*",
"refs/tags/v*",
"refs/pull/**",
],