Nathalie Furmento 4 年 前
コミット
f0a4d1b6b5
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

@@ -22,4 +22,6 @@ build:
   script:
     - ./contrib/gitlab/build.sh
   rules:
-    - when : manual
+    - if: '$CI_PIPELINE_SOURCE == "push"'
+      when: never  # Prevent pipeline run for push event
+    - when: always # Run pipeline for all other cases