From 03cc8b49e80bd5a8ad2f4199025c0175e14ffe5f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 8 Sep 2021 21:37:00 +0100 Subject: [PATCH] :construction_worker: Run linter only after PR created --- .github/workflows/code-linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/code-linter.yml b/.github/workflows/code-linter.yml index d5be4189..cf2c5964 100644 --- a/.github/workflows/code-linter.yml +++ b/.github/workflows/code-linter.yml @@ -1,7 +1,6 @@ # Lints code merged into master branch name: Lint Code Base on: - push: pull_request: branches: [master] jobs: