From 2fe580eff45064d07a33ed4286383f1858df163b Mon Sep 17 00:00:00 2001 From: Pythagodzilla Date: Fri, 9 Jan 2026 00:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E4=B8=80=E4=B8=8Bgithub=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 bdbb815..ab35d1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Generate Release on: push: - tags: - - 'v*.*.*' + branches: + - chrome-docker permissions: write-all