소스 검색

Only build merged documentation

Martijn Braam 1 년 전
부모
커밋
f74ab24959
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

@@ -29,4 +29,6 @@ pages:
   artifacts:
     paths:
       - public
-  environment: production
+  environment: production
+  rules:
+    - if: $CI_COMMIT_BRANCH == "master"