diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2023-12-12 11:41:11 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2023-12-15 09:45:04 +0100 |
| commit | 90344642c8ec008a086a85de55144d64346701ed (patch) | |
| tree | 1ae7146ed776a58c8b4a3c5f2399b60fd8d1c443 /.github | |
| parent | 8660367f774ebe37a646702f54124dc439f3a399 (diff) | |
| download | mullvadvpn-90344642c8ec008a086a85de55144d64346701ed.tar.xz mullvadvpn-90344642c8ec008a086a85de55144d64346701ed.zip | |
Exclude `test` workspace from triggering `android-app` workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 13d5c011a6..77e7266bfd 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -13,6 +13,7 @@ on: - '!graphics/**' - '!gui/**' - '!ios/**' + - '!test/**' - '!scripts/**' - '!windows/**' - '!**/**.md' |
