From aa19ccd5576c16c0b1b1645cb281bbe480f45161 Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Mon, 9 Oct 2023 21:08:05 -0400 Subject: [PATCH] Make e2e tests run on pull requests --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65a4b9cb..925a65b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,9 @@ name: Run instrumentation tests on: push: + branches: + - android* + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}