From 449b96cbd145942afd5c562a11d3ca366aaa013a Mon Sep 17 00:00:00 2001 From: Wanxp <977741432@qq.com> Date: Sun, 9 Mar 2025 12:39:49 +0800 Subject: [PATCH] =?UTF-8?q?enhance=20=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4d735c..7ee1dcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,15 @@ on: push: paths: - 'manifest.json' - + branches: + - "master" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write jobs: build: runs-on: ubuntu-latest