systemd/1113-ci-enable-mkosi-workflow-for-z-stream-branches.patch
Jan Macku 033b0d85a9 systemd-252-52
Resolves: RHEL-15051,RHEL-78170,RHEL-79977
2025-04-09 15:34:22 +02:00

33 lines
779 B
Diff

From 42bbdbf52f4aab3a9d34b3a3ce9fa5b12f43d993 Mon Sep 17 00:00:00 2001
From: msizanoen1 <msizanoen@qtmlabs.xyz>
Date: Tue, 7 Feb 2023 20:17:21 +0700
Subject: [PATCH] ci: enable mkosi workflow for z-stream branches
rhel-only: ci
Related: RHEL-79977
---
.github/workflows/mkosi.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index f9b6d9ba58..aac559401d 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -9,6 +9,7 @@ on:
branches:
- main
- v[0-9]+-stable
+ - rhel-9.*.0
paths:
- '**'
- '!README*'
@@ -27,6 +28,7 @@ on:
branches:
- main
- v[0-9]+-stable
+ - rhel-9.*.0
paths:
- '**'
- '!README*'