Skip to content

Commit

Permalink
Update charts-release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
PrivatePuffin authored Oct 19, 2024
1 parent d1c5461 commit 175b9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check for changes in specific folders
id: check_changes
run: |
if git diff --exit-code HEAD^ HEAD -- website/ **/docs; then
if git diff --exit-code HEAD^ HEAD -- website/ **/docs **/README.md; then
echo "No changes detected in the specified folders."
echo "::set-output name=changes_detected::false"
else
Expand Down

0 comments on commit 175b9cb

Please sign in to comment.