Skip to content
Snippets Groups Projects
Commit acf34e17 authored by Victor Löfgren's avatar Victor Löfgren
Browse files

fix: Run client pipeline only when client code is changed

parent 4159bf08
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ client:linting:
- dev
- merge_requests
changes:
- server/**/*
- client/**/*
script:
- cd client
- npm run lint
......@@ -46,7 +46,7 @@ client:test:
- dev
- merge_requests
changes:
- server/**/*
- client/**/*
script:
- cd client
- npm run test:coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment