diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 3b7b7f5..1fd51be 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [ main ] + branches: [ hands-on ] pull_request: - branches: [ main ] + branches: [ hands-on ] jobs: test: timeout-minutes: 60