From 2326f03f0deb58f49c3400e1aa2226c5226748ea Mon Sep 17 00:00:00 2001 From: Girish21 Date: Sat, 10 Dec 2022 16:48:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20fix=20tests=20running=20on=20pus?= =?UTF-8?q?h=20and=20pull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2ce8ef..d06058d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: 🧪 CI -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: jobs: lint: