Skip to content

Commit

Permalink
Update package-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dp-daesung authored Oct 2, 2024
1 parent 2ac43b2 commit 26d95fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Package and Release Helm Chart

on:
pull_request:
branches:
- main
types: [opened, synchronize]

jobs:
build:
Expand Down Expand Up @@ -36,5 +35,5 @@ jobs:
git checkout ${{ github.event.pull_request.head.ref }}
git add dist/
git add index.yaml
git commit -m "Update Helm chart and index"
git commit -m "Update Helm chart and index" || echo "No changes to commit"
git push origin

0 comments on commit 26d95fe

Please sign in to comment.