summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-01-05 04:06:26 +0000
committerGitHub <noreply@github.com>2023-01-05 04:06:26 +0000
commit82376877afe74b9d73449cbc2127f3d827b5e140 (patch)
treed1795b402f831d9989f93e34d4d2ba0da457d97e /.gitlab-ci.yml
parentUpdate AppImageBuilder.yml (diff)
downloadnheko-82376877afe74b9d73449cbc2127f3d827b5e140.tar.xz
Update .gitlab-ci.yml
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ee61bbd..c1130420 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'