修正打包自动化Actions监听

This commit is contained in:
ACT丶流星雨 2026-04-06 01:22:44 +08:00
parent 56742f865f
commit c95df6fdb3

View File

@ -1,14 +1,15 @@
name: 构建发布 name: Build and Release
on: on:
push: push:
branches: tags:
- main - "v*"
- dev
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
inputs:
version:
description: "Version number (e.g., 1.0.0)"
required: false
type: string
env: env:
NODE_VERSION: "24" NODE_VERSION: "24"