From 87ca4c94340191da312fe8964d2e83d58c1fecdf Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 26 Aug 2022 14:27:37 -0700 Subject: [PATCH] Do not run go linting on web-only changes --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 568f4df49..67108b294 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,9 @@ name: lint on: push: - pull_request: + paths-ignore: + - 'webroot/**' + - 'web/**' permissions: contents: read