diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05ed193..3e31b1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ test:
script:
- mvn $MAVEN_CLI_OPTS clean test
only:
- - merge_requests
+ - develop
- tags
# 构建。一般用于构建 develop 分支上的 snapshot 版本。
diff --git a/pom.xml b/pom.xml
index ebed24f..4dce002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,6 +383,17 @@
true
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+ 3.6.1
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 3.12.1
+
\ No newline at end of file