Update charts-release.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 20:36:46 +02:00
committed by GitHub
parent d1c546147e
commit 175b9cbe31
+1 -1
View File
@@ -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