Skip to content

Commit

Permalink
chore: reenable correct workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Badmuts committed Jan 24, 2024
1 parent 1de010d commit ff56f6b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Release Helm Charts
on:
push:
branches:
- '**'
# - main
# paths:
# - 'charts/**'
- main
paths:
- 'charts/**'

jobs:
release:
Expand Down Expand Up @@ -43,4 +42,3 @@ jobs:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
charts_dir: charts
packages_with_index: true

0 comments on commit ff56f6b

Please sign in to comment.