summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-08 14:50:29 -0600
committermo khan <mo@mokhan.ca>2025-05-08 14:50:29 -0600
commitce0656246857567696aab58799e2f8e12dab8d65 (patch)
treeac0d9d011c1b85377b1ae91e2b2de0e0c1c9b60a /.gitlab-ci.yml
parentc73c65c7ac91f8462ecdbcb63676d41a6053fd2e (diff)
chore: attempt to include the deploy jobs if on main branch
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e01363..205bfa7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ 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
inputs:
runway_service_id: sparkle
image: "$CONTAINER_IMAGE_COMMIT"