fix: wrong branch name

This commit is contained in:
Yuxing Deng 2024-10-21 21:49:29 +08:00
parent a7787ce013
commit a434be5b81

View File

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