From 738e527ccb6dbe5e456c69ab5ca09ace9eb3d63a Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 21 Jun 2021 02:21:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e05eb99..1df68d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,7 @@ steps: - echo ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>version - ls - cat version - + when: + branch: + - master \ No newline at end of file