]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: run the unit_tests and mkosi jobs on stable branches as well
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 12 Nov 2021 16:37:15 +0000 (17:37 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Nov 2021 00:09:54 +0000 (09:09 +0900)
To provide more coverage for the systemd-stable repo.

See: https://github.com/systemd/systemd-stable/issues/24

.github/workflows/linter.yml
.github/workflows/mkosi.yml
.github/workflows/unit_tests.yml

index cb12b0a5d1ae6e256e1cc88b85c5f9974cc9178b..7d694c518d176425a9f75510354a6f7013a7ce7e 100644 (file)
@@ -8,6 +8,7 @@ on:
   pull_request:
     branches:
       - main
+      - v[0-9]+-stable
 
 jobs:
   build:
index 11cb3f63b550e1cb689fd3fc0ce9619458395a18..a445b6f440bc271c53a9ae4e6564520dff82f68d 100644 (file)
@@ -8,9 +8,11 @@ on:
   push:
     branches:
       - main
+      - v[0-9]+-stable
   pull_request:
     branches:
       - main
+      - v[0-9]+-stable
 
 jobs:
   ci:
index 2bb8400fdf5fbf229e496bdb4915b65880c81d95..140a1d5c799c3d9a3495b6fd8ccb96cc54656e9a 100644 (file)
@@ -7,6 +7,7 @@ on:
   pull_request:
     branches:
       - main
+      - v[0-9]+-stable
 
 jobs:
   build: