From cf9edb1b18af18c18f8b200a83b461cd5fc515ac Mon Sep 17 00:00:00 2001 From: Anas WS Date: Wed, 10 Apr 2024 16:50:08 +0530 Subject: [PATCH] fix: removed type dependency in ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ec94e8..163a01d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ name: React Template CI on: pull_request: - types: [opened, synchronize, reopened] branches: [master, qa, develop] jobs: