diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index e6ec9ee..de80de1 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -2,7 +2,7 @@ name: Code Quality on: pull_request: - branches: [ mainline, release ] + branches: [ mainline, release, 'patch_*' ] workflow_call: inputs: branch: diff --git a/pyproject.toml b/pyproject.toml index 0c96f11..0e2accd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,4 +203,4 @@ trim_blocks = true lstrip_blocks = true [tool.semantic_release.branches.release] -match = "(mainline|release)" +match = "(mainline|release|patch_.*)"