You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
692 B
28 lines
692 B
From 68cedfd41f1ea3eda34b0023e951649b92953709 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
|
|
|
|
Resolves: #1970860
|
|
rhel-only
|
|
---
|
|
.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:
|