Make linter run on pull_request events
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -4,6 +4,10 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'webroot/**'
|
- 'webroot/**'
|
||||||
- 'web/**'
|
- 'web/**'
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'webroot/**'
|
||||||
|
- 'web/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user