Do not run go linter on web-only changes

This commit is contained in:
Gabe Kangas
2022-08-20 16:25:34 -07:00
parent 47837e6612
commit bf2e3623df

View File

@@ -1,7 +1,14 @@
name: lint
on:
push:
paths-ignore:
- 'webroot/**'
- 'web/**'
pull_request:
paths-ignore:
- 'webroot/**'
- 'web/**'
permissions:
contents: read