From d90b6118f61b814e24c81cc9a0a7d9206ce98d48 Mon Sep 17 00:00:00 2001
From: Oluwole Fadeyi <16049411+tfadeyi@users.noreply.github.com>
Date: Mon, 30 Oct 2023 23:56:29 +0000
Subject: [PATCH] fix(ci): run test on push to master (#116)

Signed-off-by: oluwole fadeyi <16049411+tfadeyi@users.noreply.github.com>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a0fb264..e0d81a6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Test and Lint
 
 on:
   push:
-    branches-ignore:
+    branches:
       - main
   pull_request:
     branches: