diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4278b28..81f3362 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,6 @@ name: Playwright Tests on: - push: - branches: [ main, master ] - pull_request: - branches: [ main, master ] + workflow_dispatch jobs: test: timeout-minutes: 60