From c98ccf477c656a8e5041dee6c335750037d1ebec Mon Sep 17 00:00:00 2001 From: Abheek Dhawan <67982792+ADawesomeguy@users.noreply.github.com> Date: Tue, 18 Oct 2022 23:50:38 +0000 Subject: [PATCH] ci: add ESLint check for pull requests to master --- .github/workflows/eslint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 16c8f6a..25a2be6 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -3,6 +3,9 @@ name: eslint on: push: branches: '*' + pull_request: + branches: + - master jobs: lint: