From f6b047d595950945bc31ebf3cb9bd8e7a0e3ac15 Mon Sep 17 00:00:00 2001 From: "DeepBlueV7.X" Date: Thu, 5 Jan 2023 04:06:26 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60b812e9..977cc377 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -275,6 +275,8 @@ appimage-amd64: - appimage-builder --skip-test after_script: - bash ./.ci/upload-nightly-gitlab.sh nheko-latest-x86_64.AppImage + rules: + - if : '$CI_PIPELINE_TRIGGERED == null' artifacts: paths: - 'nheko-latest-x86_64.AppImage'