From 310c760dafb146479de786492983dea2f5c651cf Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Thu, 6 Jun 2024 18:47:12 -0700 Subject: [PATCH] Only deploy on merges to master --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c9bdd0..e0cba76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ image: python:latest stages: - - build - - test - - deploy + - build + - test + - deploy build: stage: build