From f71e9e84c8b761c49006f74ba2281ce6d5c73165 Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 1 Oct 2020 21:59:31 -0400 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index dd5bd7aa..359c167b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -6,7 +6,7 @@ name: Linter # events but only for the master branch on: pull_request: - branches: [ master ] + branches: [ master, development ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: