ci: Fix android/appimage builds not disabled for MRs

master
Linus Jahn 2020-08-26 23:52:29 +02:00
parent 436175a5b5
commit 553593a256
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ linux-appimage:
- "*.AppImage"
- "*.AppImage.zsync"
expire_in: 1 week
only:
- network/kaidan
android:
stage: deploy
@ -47,6 +49,8 @@ android:
- "kaidan_arm.apk"
- "kaidan_arm64.apk"
expire_in: 1 week
only:
- network/kaidan
variables:
GIT_SUBMODULE_STRATEGY: recursive