From 9ee943c236af92f4d9b5015f0b52bccb9b62a5f5 Mon Sep 17 00:00:00 2001 From: mahboobeh Date: Mon, 1 Jun 2020 10:59:13 +0800 Subject: [PATCH] skip ci on static branches --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6915c8d985..b0ccd17fea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,7 +75,7 @@ commands: - "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83" - run: name: Deploy docs to gh-pages branch - command: gh-pages -d www --branch << parameters.target_branch >> + command: gh-pages -d www --branch << parameters.target_branch >> --message '[skip ci]' docker_build_push: description: "Build and Push image to docker hub" steps: