diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-01-20 10:10:40 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-01-20 10:10:40 +0100 |
| commit | 492ad9a77fd34bbd5b5f84b857abe33343daca88 (patch) | |
| tree | 263a89bba0eeafddc482a2128ac43c09d0ac42fe /.github | |
| parent | 08154bbb8463d74e145ce7831027eb5c9717cb78 (diff) | |
| parent | 14bccbbb67c1d78d07380d1ac9643d3cd49ee225 (diff) | |
| download | mullvadvpn-492ad9a77fd34bbd5b5f84b857abe33343daca88.tar.xz mullvadvpn-492ad9a77fd34bbd5b5f84b857abe33343daca88.zip | |
Merge branch 'android-ci-paths-ignore'
Diffstat (limited to '.github')
| -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: |
