summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-08 16:12:29 -0600
committermo khan <mo@mokhan.ca>2025-05-08 16:12:29 -0600
commit9c054867c5231c854b0ce9f1d5f821cea90f4319 (patch)
tree5a9cc2e018bcab254703fbe3469886ae87db142f /.gitlab-ci.yml
parent196800cb4ac4255f010051204c645292a7561c26 (diff)
chore: only deploy from main
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 d2a608fd..345b69b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,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: authzd
image: "$CONTAINER_IMAGE_COMMIT"