diff options
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: |
