diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-03 16:18:03 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-03 17:01:00 +0100 |
commit | aa28fc7a9ea67df99229a4d72ff2294d5bbbe456 (patch) | |
tree | 28954f188f80fa594b99341431a896eb0f1477af | |
parent | ce2a2614e6c1e85702aee476e93a4f87d516b8c2 (diff) |
ci: build single plugins also in main and tags
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |