From 27c0af5532b52b4e55b05cfcbd9c2ec560e97276 Mon Sep 17 00:00:00 2001
From: Vipul <vsvipul@github.com>
Date: Thu, 25 Aug 2022 16:52:00 +0530
Subject: [PATCH] Remove .md files skip condition from test workflow

---
 .github/workflows/workflow.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 48f1ccb..320fd46 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -5,14 +5,10 @@ on:
     branches:
       - main
       - releases/**
-    paths-ignore:
-      - '**.md'
   push:
     branches:
       - main
       - releases/**
-    paths-ignore:
-      - '**.md'
 
 jobs:
   # Build and unit test