fix: add release-v branch to push workflow

This commit is contained in:
Yuxing Deng
2024-10-21 21:47:38 +08:00
parent 9c5a29c9cc
commit 473395a58e

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "release-v*"
tags:
- "v*.*.*" # Matches any tag that starts with 'v' and follows semantic versioning