From 7b35628033b9dca401336354e8608af203fe9ba1 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Sun, 29 Dec 2024 09:35:34 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba0d493..55a6512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,11 @@ name: CI -on: push +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' jobs: eslint: name: ESLint