From fb89859dd2c07d65b6a4f279f16038dec222c0d1 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 14 Mar 2019 16:25:46 +0800 Subject: [PATCH] Fix CI --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 619322e3..6ac12cb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,8 +81,7 @@ jobs: - image: blessingskin/ci:release-tool steps: - run: git clone https://github.com/bs-community/release-tool.git . - - run: chmod +x ./release.sh - - run: ./release.sh + - run: sh ./release.sh workflows: version: 2 @@ -106,5 +105,7 @@ workflows: - php7.3 - frontend filters: + branches: + ignore: /.*/ tags: only: /^v\d+\.\d+\.\d+/