Skip to content

Commit b2de1e9

Browse files
authored
Change includes paths in autobuild.sh
1 parent ebb10e3 commit b2de1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/extractor/tools/autobuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -eu
44

55
DEFAULT_PATH_FILTERS=$(cat << END
66
exclude:**/*
7-
include:.github/workflows/**/*.yml
8-
include:.github/workflows/**/*.yaml
7+
include:.github/workflows/*.yml
8+
include:.github/workflows/*.yaml
99
include:**/action.yml
1010
include:**/action.yaml
1111
END

0 commit comments

Comments
 (0)