Skip to content

Commit

Permalink
Update cd-helm-release.yml - fix helm release to only run on charts/**
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Aug 9, 2023
1 parent aa18487 commit 2c095f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd-helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'
paths:
- 'charts/**'

jobs:
release:
Expand Down

0 comments on commit 2c095f6

Please sign in to comment.