fix: wrong branch name

This commit is contained in:
Yuxing Deng
2024-10-21 21:49:29 +08:00
parent 618cd9abfb
commit 99c03af96e

View File

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