fix: update GitHub Actions workflow to trigger on tags

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN- 2025-03-24 16:45:29 +08:00
parent 9283a5414f
commit 970508fcb6
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF

View File

@ -5,8 +5,8 @@ on:
branches:
- "main"
- "deploy/dev"
release:
types: [published]
tags:
- "*"
concurrency:
group: build-push-${{ github.head_ref || github.run_id }}