From 686a3e9cc2905cc7aa275b1b6aea70371105d14a Mon Sep 17 00:00:00 2001 From: Tom Collingwood Date: Thu, 13 Jan 2022 18:23:28 +0000 Subject: [PATCH] lint pull requests and all commits --- .github/workflows/lint.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36e7de6..3c2125f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,11 @@ name: lint -on: [push, merge] +on: + push: + tags: "*" + pull_request: + branches: + - master jobs: lint: