4295f9
From ef23dd2793c19e9505ab1e70fff20b7ea184dc54 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
4295f9
Resolves: #1960703
4295f9
rhel-only
4295f9
---
4295f9
 .github/workflows/unit_tests.yml | 5 +----
4295f9
 1 file changed, 1 insertion(+), 4 deletions(-)
4295f9
4295f9
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
4295f9
index ca1e6e0c30..e560bff830 100644
4295f9
--- a/.github/workflows/unit_tests.yml
4295f9
+++ b/.github/workflows/unit_tests.yml
4295f9
@@ -2,10 +2,7 @@
4295f9
 # vi: ts=2 sw=2 et:
4295f9
 #
4295f9
 name: Unit tests
4295f9
-on:
4295f9
-  pull_request:
4295f9
-    branches:
4295f9
-      - main
4295f9
+on: [pull_request]
4295f9
 
4295f9
 jobs:
4295f9
   build: