From a04259d43baccc95db88bf20e1a1624b339a07c4 Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 17 Oct 2021 15:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 78d7a41..548b588 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,9 +6,8 @@ name: Maven on: # 支持手动触发构建 workflow_dispatch: - release: - # 创建release的时候触发 - types: [ published ] + push: + branches: [ master ] jobs: build: