diff --git a/.woodpecker.yml b/.woodpecker.yml index 306304b..25fa4ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -53,6 +53,10 @@ pipeline: commands: - node --version && npm --version - ./.ci_tmp/task lint:frontend + when: + path: + - webui/**/* + - Taskfile.yml lint:jslib: group: lint @@ -60,6 +64,10 @@ pipeline: commands: - node --version && npm --version - ./.ci_tmp/task lint:jslib + when: + path: + - tools/upend_js/**/* + - Taskfile.yml lint:webext: group: lint @@ -67,6 +75,10 @@ pipeline: commands: - node --version && npm --version - ./.ci_tmp/task lint:webext + when: + path: + - webext/**/* + - Taskfile.yml test:backend: group: test