From f5f4fc28ef9bbc31a33630161a2ed711e7e57bad Mon Sep 17 00:00:00 2001 From: Yawata Date: Sat, 5 Oct 2024 16:38:41 +0800 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fd48109..b3fbb37 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,8 +2,8 @@ name: Android Release Build and Publish on: push: - tags: - - 'v*' # 当推送一个新的版本标签(例如 v1.0.0)时触发 + branches: + - main jobs: build: