Skip to content

Commit

Permalink
Run chart-releaser on main branch
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin committed Nov 16, 2022
1 parent 761f433 commit 229f879
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ct-install.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
remote: origin
target-branch: master
target-branch: main
helm-extra-args: --timeout 600s
chart-dirs:
- charts/incubator
Expand Down
2 changes: 1 addition & 1 deletion .github/ct-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
remote: origin
target-branch: master
target-branch: main
helm-extra-args: --timeout 600s
chart-dirs:
- charts/incubator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- "charts/**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-label-commenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ steps.generate-token.outputs.token }}
ref: master
ref: main

- uses: peaceiris/actions-label-commenter@v1
with:
Expand Down

0 comments on commit 229f879

Please sign in to comment.