From ab8e2b09d0c9e18bf23ff3a58e9c63886a75de43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-taobojlen@users.noreply.gitlab.com> Date: Sat, 13 Jul 2019 19:04:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fbe196..2f5a3ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,4 +12,7 @@ test-frontend: - frontend/node_modules/ - frontend/.yarn except: - - master \ No newline at end of file + - master + only: + changes: + - frontend/* \ No newline at end of file