From 9123d65edc3d43fd93a99213bdba2518a4223f04 Mon Sep 17 00:00:00 2001 From: alankritdabral <95607957+alankritdabral@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:01:42 +0530 Subject: [PATCH] Update pr-convention.yml --- .github/workflows/pr-convention.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-convention.yml b/.github/workflows/pr-convention.yml index e617b4dd0a..1b40b4a8db 100644 --- a/.github/workflows/pr-convention.yml +++ b/.github/workflows/pr-convention.yml @@ -2,8 +2,7 @@ name: Pull Request Changes on: pull_request: - paths: - - '**/*' + types: [opened, edited, synchronize, reopened] jobs: find_changes: