summaryrefslogtreecommitdiffstats
path: root/.obs
diff options
context:
space:
mode:
Diffstat (limited to '.obs')
-rw-r--r--.obs/workflows.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.obs/workflows.yml b/.obs/workflows.yml
index 92e0336b99..77b3c9f988 100644
--- a/.obs/workflows.yml
+++ b/.obs/workflows.yml
@@ -11,3 +11,36 @@ rebuild:
branches:
only:
- main
+pull_request:
+ steps:
+ - branch_package:
+ source_project: home:bluca:systemd
+ source_package: systemd
+ target_project: home:bluca:systemd:ci
+ - branch_package:
+ source_project: home:bluca:systemd
+ source_package: systemd-fedora
+ target_project: home:bluca:systemd:ci
+ - configure_repositories:
+ project: home:bluca:systemd:ci
+ repositories:
+ - name: Debian_Testing
+ paths:
+ - target_project: home:bluca:systemd
+ target_repository: Debian_Testing
+ architectures:
+ - x86_64
+ - name: Ubuntu_24.04
+ paths:
+ - target_project: home:bluca:systemd
+ target_repository: Ubuntu_24.04
+ architectures:
+ - x86_64
+ - name: Fedora_41
+ paths:
+ - target_project: home:bluca:systemd
+ target_repository: Fedora_41
+ architectures:
+ - x86_64
+ filters:
+ event: pull_request