From 89abd2f34a768e4721f7061d0370645f7f532ef8 Mon Sep 17 00:00:00 2001 From: Sean Stoves Date: Sat, 6 Jun 2020 11:00:02 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64d1b2c..106a520 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,10 @@ variables: NUGET_PACKAGES_DIRECTORY: '.nuget' SOURCE_CODE_PATH: 'ChaosBot/*/' +only: + changes: + - ChaosBot/**/* + stages: - build - test