summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-07-15 12:23:27 +0200
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2021-08-06 12:24:22 +0200
commitef23dd2793c19e9505ab1e70fff20b7ea184dc54 (patch)
treeae2094422ea7ed87840279fd5872ad5874a4284a
parentb00b4b76e8a7267db2dc54a5d23272a6586770da (diff)
downloadsystemd-ef23dd2793c19e9505ab1e70fff20b7ea184dc54.tar.gz
ci: run unit tests on z-stream branches as well
Resolves: #1960703 rhel-only
-rw-r--r--.github/workflows/unit_tests.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index ca1e6e0c30..e560bff830 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:
- - main
+on: [pull_request]
jobs:
build: