From a2bbd90c4085f3432c738852f245686d637454dd Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Mon, 13 Oct 2025 03:29:13 +0200 Subject: [PATCH] Enable the standard Salsa CI pipeline --- debian/salsa-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/salsa-ci.yml diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..a5fc36c --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,6 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_IGNORED_BRANCHES: '^next$'