summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2023-12-12 11:41:11 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2023-12-15 09:45:04 +0100
commit90344642c8ec008a086a85de55144d64346701ed (patch)
tree1ae7146ed776a58c8b4a3c5f2399b60fd8d1c443 /.github
parent8660367f774ebe37a646702f54124dc439f3a399 (diff)
downloadmullvadvpn-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.yml1
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'