Skip to content

Commit 7c12da4

Browse files
authored
Include reusable workflows directories in autobuild script
1 parent b2de1e9 commit 7c12da4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/extractor/tools/autobuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ DEFAULT_PATH_FILTERS=$(cat << END
66
exclude:**/*
77
include:.github/workflows/*.yml
88
include:.github/workflows/*.yaml
9+
include:.github/reusable_workflows/**/*.yml
10+
include:.github/reusable_workflows/**/*.yaml
911
include:**/action.yml
1012
include:**/action.yaml
1113
END

0 commit comments

Comments
 (0)