Skip to content

Commit 8ebbd51

Browse files
authored
chore: enable patch releases (#220)
Signed-off-by: Samuel Anderson <119458760+AWS-Samuel@users.noreply.github.com>
1 parent 61e2fec commit 8ebbd51

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
@@ -221,4 +221,4 @@ trim_blocks = true
221221
lstrip_blocks = true
222222

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

0 commit comments

Comments
 (0)