Include reusable workflows directories in autobuild script

This commit is contained in:
Michael Recachinas
2025-01-22 12:07:01 -05:00
committed by GitHub
parent b2de1e9b9e
commit 7c12da4f48

View File

@@ -6,6 +6,8 @@ DEFAULT_PATH_FILTERS=$(cat << END
exclude:**/*
include:.github/workflows/*.yml
include:.github/workflows/*.yaml
include:.github/reusable_workflows/**/*.yml
include:.github/reusable_workflows/**/*.yaml
include:**/action.yml
include:**/action.yaml
END