commit | 0cd6d05b16222167274f68881558434a1861610d | [log] [tgz] |
---|---|---|
author | Torsten Grote <grote@users.noreply.github.com> | Tue Oct 10 12:43:43 2023 -0300 |
committer | GitHub <noreply@github.com> | Tue Oct 10 12:43:43 2023 -0300 |
tree | a8c3c345523ba46acc0e39aa19056f2c6abfbd06 | |
parent | aa19ccd5576c16c0b1b1645cb281bbe480f45161 [diff] | |
parent | aa0e82cfca03d363138c64cf1e732f59569b31e2 [diff] |
Merge pull request #576 from seedvault-app/staging/android14 Gradle updates to match AOSP 14
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65a4b9c..925a65b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -2,6 +2,9 @@ on: push: + branches: + - android* + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}