mirror of https://github.com/apache/druid.git
add website to java ci ignore (#14303)
This commit is contained in:
parent
26ff01a0fd
commit
cb10bb9783
|
@ -22,4 +22,5 @@
|
|||
|
||||
"Area - Documentation":
|
||||
- "docs/**/*"
|
||||
- "website/**"
|
||||
- "examples/quickstart/jupyter-notebooks/*"
|
|
@ -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/**'
|
||||
|
|
Loading…
Reference in New Issue