Skip to content

Commit c1e1707

Browse files
authored
allow support branch in release workflow (#1380)
1 parent afdc46b commit c1e1707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unimplemented = "warn"
1212
dbg_macro = "warn"
1313

1414
[workspace.metadata.release]
15-
allow-branch = ["main", "release-*"]
15+
allow-branch = ["main", "release-*", "support/v*"]
1616
sign-commit = true
1717
sign-tag = true
1818
push = false

0 commit comments

Comments
 (0)