Make linter run on pull_request events

This commit is contained in:
Gabe Kangas 2022-09-21 10:22:44 -07:00 committed by GitHub
parent 8ca53c6063
commit 4ed563beed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ on:
paths-ignore:
- 'webroot/**'
- 'web/**'
pull_request:
paths-ignore:
- 'webroot/**'
- 'web/**'
permissions:
contents: read