From 5500c63fe1723b14085e0ad3d337cffa425fe937 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 d9254180..1afb4710 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 }}