mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Run workflows if workflow files have changed (#16696)
This commit is contained in:
parent
00d9fdc2b8
commit
c5c25345fb
10
.github/actions/conditional/conditions
vendored
10
.github/actions/conditional/conditions
vendored
@ -3,10 +3,10 @@
|
||||
# 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/
|
||||
ci=*/pom.xml */src/main/ */src/test/ .github/actions/ .github/workflows/
|
||||
|
||||
operator=*/pom.xml */src/main/ */src/test/
|
||||
operator=*/pom.xml */src/main/ */src/test/ .github/actions/ .github/workflows/
|
||||
|
||||
codeql-java=*.java
|
||||
codeql-themes=themes/
|
||||
codeql-js_adapter=adapters/oidc/js/
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user