keycloak-scim/.github/actions/conditional/conditions
Stian Thorgersen d2ef774788
Conditional workflows (#16666)
* Conditional workflows

Closes #16665

* Added .editorconfig to make sure there's a newline in conditions file

* Fix

* Tweak

* Tweaks
2023-01-30 08:07:10 +01:00

12 lines
No EOL
421 B
Text

# 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)
ci=*/pom.xml */src/main/ */src/test/
operator=*/pom.xml */src/main/ */src/test/
codeql-java=*.java
codeql-themes=themes/
codeql-js_adapter=adapters/oidc/js/