From 9e8cb8e6ded4a5f06dd916dbca978a82c19d857d Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Sun, 29 Dec 2024 09:56:54 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 698badf..f86028d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ on: push: branches: - '**' + pull_request: + branches: + -'**' jobs: eslint: name: ESLint