Skip to content

Commit 1814330

Browse files
authored
chore: enable patch releases (#224)
Signed-off-by: Samuel Anderson <[email protected]>
1 parent 3b9c703 commit 1814330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Quality
22

33
on:
44
pull_request:
5-
branches: [ mainline, release ]
5+
branches: [ mainline, release, 'patch_*' ]
66
workflow_call:
77
inputs:
88
branch:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ trim_blocks = true
182182
lstrip_blocks = true
183183

184184
[tool.semantic_release.branches.release]
185-
match = "(mainline|release)"
185+
match = "(mainline|release|patch_.*)"

0 commit comments

Comments
 (0)