ci: remove tag push trigger from release workflow.

This commit is contained in:
Zhang Dian
2025-07-11 19:33:00 +08:00
parent 469e2080d4
commit 297d4ab825

View File

@@ -1,9 +1,6 @@
name: Release Tag
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
Upload_to_NuGet: