2023-01-30 07:07:10 +00:00
|
|
|
# File patterns used to decide what workflows/jobs to execute for a given PR
|
|
|
|
#
|
|
|
|
# To test a pattern run '.github/actions/conditional/conditional.sh <remote name> <branch>'
|
|
|
|
# Alternatively, run 'git diff <remote name>/<branch> <pattern>' (from the root directory)
|
|
|
|
|
2023-01-30 13:00:54 +00:00
|
|
|
ci=*/pom.xml */src/main/ */src/test/ .github/actions/ .github/workflows/
|
2023-01-30 07:07:10 +00:00
|
|
|
|
2023-01-30 13:00:54 +00:00
|
|
|
operator=*/pom.xml */src/main/ */src/test/ .github/actions/ .github/workflows/
|
2023-01-30 07:07:10 +00:00
|
|
|
|
2023-01-30 13:00:54 +00:00
|
|
|
codeql-java=*.java .github/actions/ .github/workflows/codeql-analysis.yml
|
|
|
|
codeql-themes=themes/ .github/actions/ .github/workflows/codeql-analysis.yml
|
|
|
|
codeql-js_adapter=adapters/oidc/js/ .github/actions/ .github/workflows/codeql-analysis.yml
|