Make e2e tests run on pull requests

This commit is contained in:
Steve Soltys 2023-10-09 21:08:05 -04:00 committed by Chirayu Desai
parent 3938549a14
commit aa19ccd557

View file

@ -2,6 +2,9 @@ name: Run instrumentation tests
on: on:
push: push:
branches:
- android*
pull_request:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}