From ae685cbe61bd8d66cb6fda0038c86d27310e6e56 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 21 Feb 2025 21:44:36 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=89=93=20tag=20=E6=97=B6=E4=BB=85?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=20release=EF=BC=8C=E8=B7=B3=E8=BF=87=20commi?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commit-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commit-build.yaml b/.github/workflows/commit-build.yaml index 91c89da..b46dc69 100644 --- a/.github/workflows/commit-build.yaml +++ b/.github/workflows/commit-build.yaml @@ -7,4 +7,5 @@ on: jobs: build-binary: + if: ${{ !startsWith(github.ref, 'refs/tags/') }} uses: amtoaer/bili-sync/.github/workflows/build-binary.yaml@main