From f66d5953198750f64c54766163f6feec29488680 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Sun, 7 Oct 2018 12:29:27 +0200 Subject: [PATCH] Docs on tags only. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82965bc..a260ae0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,7 +193,6 @@ apigen docs: - php /app/hooks-docs.php ${CI_PROJECT_DIR} only: - tags - - branches pages: stage: deploy @@ -209,7 +208,6 @@ pages: - public only: - tags - - branches build to deploy: image: wpdesknet/phpunit-woocommerce:4-0 -- GitLab