summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-10-16 14:13:50 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-10-16 14:13:50 +0200
commit42cdcdbf920e2a03ec0abd3e76e25b9209fc6519 (patch)
treea4176f793a1ec6c1c0e6ededf71747d43e58c9fc
parent14de14af48cb5c39d5216786c1663691043e1bd7 (diff)
parent2ef345c253b78156cb1cdbfbdf6cb28db17cf79a (diff)
downloadmullvadvpn-42cdcdbf920e2a03ec0abd3e76e25b9209fc6519.tar.xz
mullvadvpn-42cdcdbf920e2a03ec0abd3e76e25b9209fc6519.zip
Merge branch 'run-android-ci-less-often'
-rw-r--r--.github/workflows/android-app.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 505b5ba23b..ea672c6bd9 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -8,15 +8,28 @@ on:
- '.github/workflows/android-app.yml'
- '!.github/CODEOWNERS'
- '!audits/**'
+ - '!build.sh'
+ - '!build-windows-modules.sh'
- '!ci/**'
+ - '!code-owners.json'
- '!dist-assets/**'
- '!docs/**'
- '!graphics/**'
- '!desktop/**'
- '!ios/**'
- - '!test/**'
+ - '!mullvad-cli/**'
+ - '!mullvad-exclude/**'
+ - '!mullvad-ios/**'
+ - '!mullvad-nsis/**'
+ - '!mullvad-setup/**'
+ - '!mullvad-update/**'
- '!scripts/**'
+ - '!talpid-dbus/**'
+ - '!talpid-macos/**'
+ - '!talpid-windows/**'
+ - '!test/**'
- '!windows/**'
+ - '!windows-installer/**'
- '!**/**.md'
- '!**/osv-scanner.toml'
schedule: