diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 930d995b34..0074458f68 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,10 +2,7 @@ name: Playwright Accessibility Tests on: # allow for manual triggers workflow_dispatch: {} - push: - branches: [playwright-automated-testing] - pull_request: - branches: [playwright-automated-testing] + pull_request: {} jobs: test: timeout-minutes: 60 @@ -32,4 +29,4 @@ jobs: with: name: playwright-report path: playwright-report/ - retention-days: 1 \ No newline at end of file + retention-days: 1