mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
# 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>'
|
|
|
|
.github/actions/ ci operator js codeql-java codeql-themes guides documentation
|
|
|
|
.github/workflows/ci.yml ci
|
|
.github/workflows/operator-ci.yml operator
|
|
.github/workflows/js-ci.yml js
|
|
.github/workflows/codeql-analysis.yml codeql-java codeql-themes
|
|
.github/workflows/guides.yml guides
|
|
.github/workflows/documentation.yml documentation
|
|
|
|
*/src/main/ ci operator
|
|
*/src/test/ ci operator
|
|
pom.xml ci operator
|
|
|
|
docs/guides/ guides
|
|
docs/documentation/ documentation
|
|
|
|
js/ js
|
|
|
|
*.java codeql-java
|
|
themes/ codeql-themes
|