From b08f9a2dbd57057648e03d4441cbce24f675a201 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 10 Feb 2025 12:41:32 +0100 Subject: [PATCH] ci: run containers builds on staging branches Fixes: 7152f343d6d73d2fbc05 ("ci: only trigger the CI for release managers when pushing to staging branch") Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9714a4064fd..8a75433d4d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -256,6 +256,9 @@ include: # Build everything after someone bypassed the CI - if: *is-direct-push when: on_success + # Build everything when pushing to staging branches + - if: *is-staging-push + when: on_success # Build everything in scheduled pipelines - if: *is-scheduled-pipeline when: on_success