Run workflows if workflow files have changed (#16696)

This commit is contained in:
Stian Thorgersen 2023-01-30 14:00:54 +01:00 committed by GitHub
parent 00d9fdc2b8
commit c5c25345fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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