aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/android.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r--.github/workflows/android.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 25a2499..44df0e4 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -2,7 +2,9 @@ name: Android CI
on:
push:
- branches: [ '*' ]
+ branches:
+ - '*'
+ - '!l10n_dev'
jobs:
build:
@@ -50,5 +52,8 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
+ - name: Android Git Version
+ run: ./gradlew --quiet androidGitVersion
+
- name: Check and Test
run: ./gradlew spotlessCheck lintRelease testReleaseUnitTest