From 0ed4bb2278fd05df7d1346e5e2e20e90756bfa43 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Thu, 31 Oct 2024 13:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/depoly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/depoly.yml b/.github/workflows/depoly.yml index 145518c..c638185 100644 --- a/.github/workflows/depoly.yml +++ b/.github/workflows/depoly.yml @@ -1,7 +1,9 @@ name: Maven Package on: - push: tags + push: + tags: + - * jobs: build: