From b5451709a7ad6b29dfc9cbde8269a9eae054acfa Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 19 Jun 2020 16:33:23 -0400 Subject: [PATCH] Remove Linter CI for master branch --- .github/workflows/linter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 98444582..dd5bd7aa 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,8 +5,6 @@ name: Linter # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: - push: - branches: [ master ] pull_request: branches: [ master ]