From 759c1d1c5b3bfabee7ef51cb4e6ce094fe635d91 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 14 Jun 2022 17:27:22 +0530 Subject: [PATCH] chore: ci-cd trigger for PR drafts Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f10a65c79b..567506879c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,6 +12,7 @@ on: - ".github/workflows/ci-cd.yml" pull_request: branches: [develop] + types: [opened, synchronize, reopened, converted_to_draft] paths: - "packages/nc-gui/**" - "scripts/cypress/**"