diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9662b54..0b6f0b1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [ main, master ] + branches: [ main, dev ] pull_request: - branches: [ main, master ] + branches: [ main, dev ] jobs: test: timeout-minutes: 60