fix: add release-v branch to push workflow

This commit is contained in:
Yuxing Deng 2024-10-21 21:47:38 +08:00
parent b8f1ad6f9e
commit a7787ce013

View File

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