From 0bf8af27c976ada73bd91c8ce8010d69e5a61504 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 8 May 2025 14:06:08 -0600 Subject: chore: run deployment on default branch --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e871c32..fa3aeb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ variables: include: - project: 'gitlab-com/gl-infra/platform/runway/runwayctl' file: 'ci-tasks/service-project/runway.yml' + rules: + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + when: on_success inputs: runway_service_id: sparkle image: "$CONTAINER_IMAGE_COMMIT" -- cgit v1.2.3