Skip to content

Commit 38855cd

Browse files
authored
chore: enable patch releases (#175)
Signed-off-by: Samuel Anderson <[email protected]>
1 parent b0de37a commit 38855cd

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
@@ -203,4 +203,4 @@ trim_blocks = true
203203
lstrip_blocks = true
204204

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

0 commit comments

Comments
 (0)