From 7f041e8303e4bb7c7aa677de93e1b7a0503010ea Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Wed, 7 Sep 2022 16:23:18 +0300 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b71d7e836..6d70faddd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,8 +16,6 @@ name: Lint Code Base ############################# on: push: - branches-ignore: [master, main] - # Remove the line above to run when pushing to master pull_request: branches: [master, main]