fix(semantic-release): add additional branch filter for rules

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 04:03:59 +08:00
parent 6afc3a2fc0
commit cf060a2c0f

View File

@ -1,5 +1,5 @@
{
"branches": ["*/master", "master"],
"branches": ["*/master", "master", "origin/master"],
"plugins": [
[
"@semantic-release/commit-analyzer",