Skip to content

Commit

Permalink
Revert "feat: Trigger chart release on tagged versions (#161)"
Browse files Browse the repository at this point in the history
This reverts commit af9793b.
  • Loading branch information
jsirianni authored Sep 18, 2024
1 parent fef5c33 commit 8c4cb91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Helm Release

on:
push:
tags:
- "v*"
branches:
- main
paths:
- "charts/**"

jobs:
helmlint:
Expand Down

0 comments on commit 8c4cb91

Please sign in to comment.