add website to java ci ignore (#14303)

This commit is contained in:
Clint Wylie 2023-05-17 14:50:52 -07:00 committed by GitHub
parent 26ff01a0fd
commit cb10bb9783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.github/labeler.yml vendored
View File

@ -22,4 +22,5 @@
"Area - Documentation":
- "docs/**/*"
- "website/**"
- "examples/quickstart/jupyter-notebooks/*"

View File

@ -18,6 +18,7 @@ on:
push:
paths-ignore:
- 'docs/**'
- 'website/**'
- 'dev/**'
- 'helm/**'
- 'web-console/**'
@ -29,6 +30,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'website/**'
- 'dev/**'
- 'helm/**'
- 'web-console/**'