👷 Added more strict conditions on linting job
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user