summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-xml-tidy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-xml-tidy.yml b/.github/workflows/android-xml-tidy.yml
index 3b533c0d69..e733df4378 100644
--- a/.github/workflows/android-xml-tidy.yml
+++ b/.github/workflows/android-xml-tidy.yml
@@ -4,7 +4,7 @@ on:
push:
paths:
- .github/workflows/android-xml-tidy.yml
- - android/**/*.xml
+ - android/src/main/**/*.xml
# Run verifier if requested manually from the Actions tab
workflow_dispatch:
jobs: