From 1ab579801757e1fc1a11e8477fd1ec6a4d139375 Mon Sep 17 00:00:00 2001 From: Enkelmann <46347022+Enkelmann@users.noreply.github.com> Date: Tue, 12 Jan 2021 15:15:32 +0100 Subject: [PATCH] Run linter on pushes to the master branch Run the awesome-lint Github action on pushes to the master branch, so that we get the nice green check sign on the main repository site. --- .github/workflows/awesome-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/awesome-lint.yml b/.github/workflows/awesome-lint.yml index e859482..1b86027 100644 --- a/.github/workflows/awesome-lint.yml +++ b/.github/workflows/awesome-lint.yml @@ -3,6 +3,8 @@ name: awesome-lint github action on: pull_request: branches: [master] + push: + branches: [master] jobs: awesome-lint: