Skip to content

Commit

Permalink
Update release.yaml - only run release on charts directory changes (#470
Browse files Browse the repository at this point in the history
)

Signed-off-by: JesseBot <jessebot@linux.com>
  • Loading branch information
jessebot committed Nov 13, 2023
1 parent df7ffeb commit f63d36c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Expand Up @@ -8,11 +8,8 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/**'
- 'charts/**/README.md'
- 'LICENSE'
- 'README.md'
paths:
- 'charts/**'

jobs:
release:
Expand Down

0 comments on commit f63d36c

Please sign in to comment.