From 026ac73cd4530005424690366b0d8d3ebbb5b765 Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Mon, 10 Nov 2025 12:25:26 +0100 Subject: [PATCH] Test all PRs Removed branch restriction for pull requests in e2e tests. --- .github/workflows/e2e-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0e47c3e3..28d98317 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -5,8 +5,6 @@ on: branches: - main pull_request: - branches: - - main env: WASP_TELEMETRY_DISABLE: 1