From ef9f9d88600fe0d82f77e1e354e0a483aee54b20 Mon Sep 17 00:00:00 2001 From: "Erika Colette - NYC (she/her)" <72584889+erikacolette29@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:41:56 -0500 Subject: [PATCH] ci: update playwright automated tests to run on all PRs (#1158) --- .github/workflows/playwright.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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