Skip to content

Commit a8f30e9

Browse files
committed
add rakelib to change detection
1 parent 27f640e commit a8f30e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci-changes-detector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ while IFS= read -r file; do
114114
;;
115115

116116
# GitHub workflows
117-
.github/workflows/*)
117+
.github/workflows/*|rakelib/*)
118118
DOCS_ONLY=false
119119
WORKFLOWS_CHANGED=true
120120
;;

0 commit comments

Comments
 (0)