👷 Added more strict conditions on linting job

This commit is contained in:
Proxyfil
2026-04-08 20:04:06 +02:00
parent fbfc534e44
commit 573e07e978
+5 -1
View File
@@ -11,9 +11,13 @@ on:
push: push:
branches: [ master ] branches: [ master ]
paths: paths:
- "frontend/**" - "frontend/**/*.{ts,js,svelte}"
- ".github/workflows/frontend_lint.yml"
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
paths:
- "frontend/**/*.{ts,js,svelte}"
- ".github/workflows/frontend_lint.yml"
jobs: jobs:
frontend_lint: frontend_lint: