From aa28fc7a9ea67df99229a4d72ff2294d5bbbe456 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 3 Jan 2023 16:18:03 +0100 Subject: [PATCH] ci: build single plugins also in main and tags --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ddcd353..9d2e2a8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,6 +197,8 @@ build-single-plugins: - .fdo.distribution-image@ubuntu - .common_variables only: + - main + - tags - schedules script: - *prepare_deps @@ -211,6 +213,8 @@ build-single-plugins-builtin: - .fdo.distribution-image@ubuntu - .common_variables only: + - main + - tags - schedules script: - *prepare_deps