We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ea2d6 commit 6b6de53Copy full SHA for 6b6de53
.github/workflows/kubeconform-validation.yml
@@ -3,7 +3,7 @@ name: Kubeconform Validation
3
on:
4
pull_request:
5
push:
6
- branches: main
+ branches: quince
7
8
jobs:
9
load-environments:
pyproject.toml
@@ -57,8 +57,8 @@ version_variables = [
57
"drydock/__about__.py:__version__",
58
]
59
60
-[tool.semantic_release.branches.main]
61
-match = "(main|master)"
+[tool.semantic_release.branches.quince]
+match = "quince"
62
63
[tool.semantic_release.changelog.environment]
64
keep_trailing_newline = true
0 commit comments