Run workflows if workflow files have changed (#16696)
This commit is contained in:
parent
00d9fdc2b8
commit
c5c25345fb
1 changed files with 5 additions and 5 deletions
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…
Reference in a new issue