ac3a84
From 9fd32478c32d9a96b62b992586b201cd4f509bc5 Mon Sep 17 00:00:00 2001
4295f9
From: Frantisek Sumsal <frantisek@sumsal.cz>
4295f9
Date: Thu, 15 Jul 2021 12:23:27 +0200
4295f9
Subject: [PATCH] ci: run unit tests on z-stream branches as well
4295f9
ac3a84
Related: #2138081
4295f9
rhel-only
4295f9
---
152484
 .github/workflows/unit_tests.yml | 6 +-----
152484
 1 file changed, 1 insertion(+), 5 deletions(-)
4295f9
4295f9
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
ac3a84
index cd6c33eb64..ca4464e95d 100644
4295f9
--- a/.github/workflows/unit_tests.yml
4295f9
+++ b/.github/workflows/unit_tests.yml
152484
@@ -3,11 +3,7 @@
152484
 # SPDX-License-Identifier: LGPL-2.1-or-later
4295f9
 #
4295f9
 name: Unit tests
4295f9
-on:
4295f9
-  pull_request:
4295f9
-    branches:
4295f9
-      - main
152484
-      - v[0-9]+-stable
4295f9
+on: [pull_request]
4295f9
 
152484
 permissions:
152484
   contents: read