summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-07-26 23:38:21 +0200
committerAlbin <albin@mullvad.net>2023-07-27 10:41:29 +0200
commit1e967447f8f3b77e07b69b8d45bbcb27a79e8630 (patch)
tree9b46d59f32d2c55a93dec1e2e666111fcb21cb7f
parent9d0479a21129a7d85e29c78f792b2c6387fab0e7 (diff)
downloadmullvadvpn-1e967447f8f3b77e07b69b8d45bbcb27a79e8630.tar.xz
mullvadvpn-1e967447f8f3b77e07b69b8d45bbcb27a79e8630.zip
Update actions with new resource path
-rw-r--r--.github/workflows/android-xml-format-check.yml2
-rw-r--r--.github/workflows/translations.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-xml-format-check.yml b/.github/workflows/android-xml-format-check.yml
index 0079153e29..d051cdbf89 100644
--- a/.github/workflows/android-xml-format-check.yml
+++ b/.github/workflows/android-xml-format-check.yml
@@ -4,7 +4,7 @@ on:
pull_request:
paths:
- .github/workflows/android-xml-format-check.yml
- - android/app/src/main/**/*.xml
+ - android/**/*.xml
workflow_dispatch:
jobs:
prepare:
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 234f965b64..2eb424aab4 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -5,8 +5,8 @@ on:
paths:
- .github/workflows/translations.yml
- android/translations-converter/**
- - android/app/src/**/plurals.xml
- - android/app/src/**/strings.xml
+ - android/lib/resource/src/**/plurals.xml
+ - android/lib/resource/src/**/strings.xml
- gui/**
workflow_dispatch:
jobs: