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