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

View File

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