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