From e35c9b8279e7cd6c249d65a93d53f04f97353585 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Mon, 27 Jan 2025 12:49:05 +0530 Subject: [PATCH] update: remove workflow trigger for main --- .github/workflows/playwright.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3d9ced3f4..982c62dc4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -5,11 +5,11 @@ name: CI for rtMedia plugin # Controls when the workflow will run on: # Triggers the workflow on pull request events - pull_request: - branches: - - wp-e2e-playwright - - develop - - master +# pull_request: +# branches: +# - wp-e2e-playwright +# - develop +# - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: