From 492f2ed52138e58a27962d3df158e8dbd541ae01 Mon Sep 17 00:00:00 2001 From: Ashmit Personal Date: Fri, 22 Nov 2024 19:10:48 +0530 Subject: [PATCH] added to changes to workflow --- .github/workflows/cypress-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 8a6b5981..e4f99a30 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -1,9 +1,9 @@ name: Cypress End-to-End test on: - pull_request: - branches: - - master + pull_request_target: + types: [opened, reopened, synchronize, edited, ready_for_review] + push: branches: - master