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

rhel-only

Related: #1984406

(cherry picked from commit 68cedfd41f1ea3eda34b0023e951649b92953709)
---
 .github/workflows/unit_tests.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 15f5127a75..428bde4ed8 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -2,10 +2,7 @@
 # vi: ts=2 sw=2 et:
 #
 name: Unit tests
-on:
-  pull_request:
-    branches:
-      - master
+on: [pull_request]
 
 jobs:
   build: