summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-04-24 16:03:46 +0200
committerAlbin <albin@mullvad.net>2023-04-24 16:03:46 +0200
commitbc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0 (patch)
tree0915f9b5de9c38b6641262f8546d7e2c586b9d1e /.github/workflows
parent2fde88c4822fbecd1281a9c735d1e73e56824f16 (diff)
downloadmullvadvpn-bc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0.tar.xz
mullvadvpn-bc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0.zip
Fix XML action workflow path
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-xml-format-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-xml-format-check.yml b/.github/workflows/android-xml-format-check.yml
index 5c4ecc2616..0079153e29 100644
--- a/.github/workflows/android-xml-format-check.yml
+++ b/.github/workflows/android-xml-format-check.yml
@@ -3,7 +3,7 @@ name: Android - Check XML formatting
on:
pull_request:
paths:
- - .github/workflows/android-xml-tidy.yml
+ - .github/workflows/android-xml-format-check.yml
- android/app/src/main/**/*.xml
workflow_dispatch:
jobs: