From 00fd5f869d27bda8ee2efa0449f56d28d1af09cd Mon Sep 17 00:00:00 2001 From: Mike Gunn Date: Thu, 27 Apr 2023 14:41:42 -0400 Subject: [PATCH] test(github actions): run on master PRs --- .github/workflows/cypress_e2e_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress_e2e_tests.yml b/.github/workflows/cypress_e2e_tests.yml index 978f7ed4a4..de7e98ad6c 100644 --- a/.github/workflows/cypress_e2e_tests.yml +++ b/.github/workflows/cypress_e2e_tests.yml @@ -1,6 +1,10 @@ name: Cypress E2E Tests -on: push +on: + pull_request: + branches: [ master ] + paths: + - 'web/client/**' jobs: cypress-run: