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: