From 2a160d296fca900b251fcb8378d9c2612db7cfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 13 Nov 2025 18:57:20 +0800 Subject: [PATCH] Remove tag trigger from auto-release workflow The workflow will no longer be triggered by tag pushes, only by pushes to the main branch. --- .github/workflows/auto-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 82dac4bc..bac1dc31 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -5,9 +5,6 @@ on: push: branches: - main - tags: - - '*' # 任意 tag push 时触发 - permissions: write-all env: