From fbf174a02e9fd24317fa91d031ca068e34e0e517 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 8 May 2021 20:30:52 +0200 Subject: [PATCH] Fix node not being added to compile --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f51e59..05232a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ cache: stage: "Build Code" only: changes: - - ChaosBot/wwwroot/* + - ChaosBot/**/* refs: - master tags: @@ -88,7 +88,7 @@ cache: stage: "Test Code" only: changes: - - ChaosBot/wwwroot/* + - ChaosBot/**/* refs: - master dependencies: