# File patterns used to decide what workflows/jobs to execute for a given PR # # To test a pattern run '.github/actions/conditional/conditional.sh ' # Alternatively, run 'git diff / ' (from the root directory) ci=*/pom.xml */src/main/ */src/test/ .github/actions/ .github/workflows/ operator=*/pom.xml */src/main/ */src/test/ .github/actions/ .github/workflows/ 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