Browse Source

Do not run go linting on web-only changes

pull/2068/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
87ca4c9434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/lint.yml

4
.github/workflows/lint.yml

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

Loading…
Cancel
Save