enhance 增加提交发布功能

This commit is contained in:
Wanxp 2025-03-09 12:39:49 +08:00
parent ee514a8c95
commit 449b96cbd1

@ -4,7 +4,15 @@ on:
push: push:
paths: paths:
- 'manifest.json' - '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: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest