diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a1d52131..020acc91 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [main] + branches: [] pull_request: - branches: [main] + branches: [] jobs: test: timeout-minutes: 60