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