Browse Source

Do not run go linting on web-only changes

pull/2062/head
Gabe Kangas 3 years ago
parent
commit
de06005d01
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 5
      .github/workflows/go-lint.yml

5
.github/workflows/go-lint.yml

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

Loading…
Cancel
Save