diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 50c10b0fc1..74b915ca68 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -3,23 +3,20 @@ name: Android - Build and test on: pull_request: paths: - - .github/workflows/android-app.yml - - android/** - - mullvad-api/** - - mullvad-daemon/** - - mullvad-jni/** - - mullvad-paths/** - - mullvad-problem-report/** - - mullvad-types/** - - talpid-core/** - - talpid-platform-metadata/** - - talpid-types/** - - talpid-types/** - - wireguard/** - - Cargo.toml - - build-apk.sh - - update-api-metadata.sh - - update-version-metadata.sh + - '**' + - '!.github/workflows/**' + - '.github/workflows/android-app.yml' + - '!audits/**' + - '!ci/**' + - '!dist-assets/**' + - '!docs/**' + - '!graphics/**' + - '!gui/**' + - '!ios/**' + - '!scripts/**' + - '!windows/**' + - '!**/**.md' + workflow_dispatch: inputs: override_container_image: |
