mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Include reusable workflows directories in autobuild script
This commit is contained in:
committed by
GitHub
parent
b2de1e9b9e
commit
7c12da4f48
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user