Skip to content

Commit 6b6de53

Browse files
committed
fix: quince no longer in the same branch as main
1 parent 31ea2d6 commit 6b6de53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kubeconform-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Kubeconform Validation
33
on:
44
pull_request:
55
push:
6-
branches: main
6+
branches: quince
77

88
jobs:
99
load-environments:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ version_variables = [
5757
"drydock/__about__.py:__version__",
5858
]
5959

60-
[tool.semantic_release.branches.main]
61-
match = "(main|master)"
60+
[tool.semantic_release.branches.quince]
61+
match = "quince"
6262

6363
[tool.semantic_release.changelog.environment]
6464
keep_trailing_newline = true

0 commit comments

Comments
 (0)