diff options
| author | Albin <albin@mullvad.net> | 2023-07-26 23:38:21 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-07-27 10:41:29 +0200 |
| commit | 1e967447f8f3b77e07b69b8d45bbcb27a79e8630 (patch) | |
| tree | 9b46d59f32d2c55a93dec1e2e666111fcb21cb7f | |
| parent | 9d0479a21129a7d85e29c78f792b2c6387fab0e7 (diff) | |
| download | mullvadvpn-1e967447f8f3b77e07b69b8d45bbcb27a79e8630.tar.xz mullvadvpn-1e967447f8f3b77e07b69b8d45bbcb27a79e8630.zip | |
Update actions with new resource path
| -rw-r--r-- | .github/workflows/android-xml-format-check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 4 |
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: |
