summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/android-kotlin-format-check.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/android-kotlin-format-check.yml b/.github/workflows/android-kotlin-format-check.yml
index 9960339098..e2de1ff2af 100644
--- a/.github/workflows/android-kotlin-format-check.yml
+++ b/.github/workflows/android-kotlin-format-check.yml
@@ -2,7 +2,11 @@
name: Android - Check kotlin formatting
on:
pull_request:
- paths: [.github/workflows/android-kotlin-format-check.yml, android/**/*.kt]
+ paths:
+ - .github/workflows/android-kotlin-format-check.yml
+ - android/gradle/libs.versions.toml
+ - android/**/*.kt
+ - android/**/*.kts
workflow_dispatch:
inputs:
override_container_image: