aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-11 20:55:23 -0700
committerAllan Wang <me@allanwang.ca>2021-09-11 20:55:23 -0700
commit4c69ef8938462bac62f29eb5565b15b4473ef62d (patch)
tree9e02ba6ba736d0cd86f763b0947e24533873e423
parent639771b9758f1e36c34ed99994ba2c03a0a361ec (diff)
downloadkau-4c69ef8938462bac62f29eb5565b15b4473ef62d.tar.gz
kau-4c69ef8938462bac62f29eb5565b15b4473ef62d.tar.bz2
kau-4c69ef8938462bac62f29eb5565b15b4473ef62d.zip
Github actions updates [skip ci]
-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