From 1389e64153a39f2bca9623aa5dc21ab915d4f130 Mon Sep 17 00:00:00 2001 From: "novice.li" Date: Sat, 20 Jan 2024 22:07:56 +0800 Subject: [PATCH] update release action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7aa7162..a92c1a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Maven Build and Release on: push: - tags: - - '*' + branches: + - main jobs: build: