1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-02 12:58:35 +03:00

CI: add OBS workflow integration to build packages on push to main

When main is updated, packages for Arch/Debian/Ubuntu/SUSE will be built and published
on OBS:

https://download.opensuse.org/repositories/home:/bluca:/systemd/
https://build.opensuse.org/project/show/home:bluca:systemd
This commit is contained in:
Luca Boccassi 2025-01-06 10:45:21 +00:00
parent 807db92ab4
commit 0b5f926939

10
.obs/workflows.yml Normal file
View File

@ -0,0 +1,10 @@
rebuild:
steps:
- trigger_services:
project: home:bluca:systemd
package: systemd
filters:
event: push
branches:
only:
- main