👷 Added more strict conditions on linting job
This commit is contained in:
@@ -11,9 +11,13 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "frontend/**"
|
||||
- "frontend/**/*.{ts,js,svelte}"
|
||||
- ".github/workflows/frontend_lint.yml"
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- "frontend/**/*.{ts,js,svelte}"
|
||||
- ".github/workflows/frontend_lint.yml"
|
||||
|
||||
jobs:
|
||||
frontend_lint:
|
||||
|
||||
Reference in New Issue
Block a user