From 3f08087a6bdbc02cd0ce6cc1692869fcfdcec777 Mon Sep 17 00:00:00 2001 From: rishabhbohra-bito <157113574+rishabhbohra-bito@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:56:48 +0530 Subject: [PATCH] Update test_cra.yml --- .github/workflows/test_cra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cra.yml b/.github/workflows/test_cra.yml index b0dfe57..9e3a1b7 100644 --- a/.github/workflows/test_cra.yml +++ b/.github/workflows/test_cra.yml @@ -1,6 +1,6 @@ on: pull_request: - types: [opened] + types: [opened, synchronize] issue_comment: types: [created]