Do not run go linting on web-only changes
This commit is contained in:
parent
b1376497ca
commit
87ca4c9434
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: lint
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'webroot/**'
|
||||
- 'web/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user