From 3afb0b6c90afede0bf455906af634b24f7216e3d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Sep 2023 17:27:54 +0000 Subject: [PATCH] ci: Also only run test-build on MRs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46bd10c..264e401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,8 @@ stages: - build test-build: + only: + - merge_requests stage: build before_script: # Log into the registry