Do not run go linter on web-only changes
This commit is contained in:
7
.github/workflows/go-lint.yml
vendored
7
.github/workflows/go-lint.yml
vendored
@@ -1,7 +1,14 @@
|
||||
name: lint
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'webroot/**'
|
||||
- 'web/**'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'webroot/**'
|
||||
- 'web/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user