Browse Source

Only build merged documentation

Martijn Braam 1 year ago
parent
commit
f74ab24959
1 changed files with 3 additions and 1 deletions
  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"