From: Luca Boccassi Date: Mon, 6 Jan 2025 10:45:21 +0000 (+0000) Subject: CI: add OBS workflow integration to build packages on push to main X-Git-Tag: v258-rc1~1700 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b5f9269398d1422bb7ff3f928a4ffe67332ff63;p=thirdparty%2Fsystemd.git 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 --- diff --git a/.obs/workflows.yml b/.obs/workflows.yml new file mode 100644 index 00000000000..5e417f93983 --- /dev/null +++ b/.obs/workflows.yml @@ -0,0 +1,10 @@ +rebuild: + steps: + - trigger_services: + project: home:bluca:systemd + package: systemd + filters: + event: push + branches: + only: + - main