Blob Blame History Raw
From 9fd32478c32d9a96b62b992586b201cd4f509bc5 Mon Sep 17 00:00:00 2001
From: Frantisek Sumsal <frantisek@sumsal.cz>
Date: Thu, 15 Jul 2021 12:23:27 +0200
Subject: [PATCH] ci: run unit tests on z-stream branches as well

Related: #2138081
rhel-only
---
 .github/workflows/unit_tests.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index cd6c33eb64..ca4464e95d 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -3,11 +3,7 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 #
 name: Unit tests
-on:
-  pull_request:
-    branches:
-      - main
-      - v[0-9]+-stable
+on: [pull_request]
 
 permissions:
   contents: read