diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-10-16 13:44:55 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-10-16 13:48:59 +0200 |
| commit | 2ef345c253b78156cb1cdbfbdf6cb28db17cf79a (patch) | |
| tree | a4176f793a1ec6c1c0e6ededf71747d43e58c9fc /.github | |
| parent | 14de14af48cb5c39d5216786c1663691043e1bd7 (diff) | |
| download | mullvadvpn-2ef345c253b78156cb1cdbfbdf6cb28db17cf79a.tar.xz mullvadvpn-2ef345c253b78156cb1cdbfbdf6cb28db17cf79a.zip | |
Add many paths to the exclude list for Android build CI
Should save a lot of time in CI when changing unrelated files
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 15 |
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: |
