fix: chart-testing defaults to master
, set it to main
now (#1295)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
ba87cfc501
commit
ebf7a784a9
2 changed files with 2 additions and 0 deletions
1
.github/configs/ct-install.yaml
vendored
1
.github/configs/ct-install.yaml
vendored
|
@ -2,6 +2,7 @@
|
|||
# Don't add the 'debug' attribute, otherwise the workflow won't work anymore
|
||||
# Only Used for the CT Install Stage
|
||||
remote: origin
|
||||
target-branch: main
|
||||
chart-dirs:
|
||||
- charts
|
||||
chart-repos:
|
||||
|
|
1
.github/configs/ct-lint.yaml
vendored
1
.github/configs/ct-lint.yaml
vendored
|
@ -2,6 +2,7 @@
|
|||
# Don't add the 'debug' attribute, otherwise the workflow won't work anymore
|
||||
# Only Used for the CT Lint Stage
|
||||
remote: origin
|
||||
target-branch: main
|
||||
chart-dirs:
|
||||
- charts
|
||||
chart-repos:
|
||||
|
|
Loading…
Reference in a new issue