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":
|
"Area - Documentation":
|
||||||
- "docs/**/*"
|
- "docs/**/*"
|
||||||
|
- "website/**"
|
||||||
- "examples/quickstart/jupyter-notebooks/*"
|
- "examples/quickstart/jupyter-notebooks/*"
|
|
@ -18,6 +18,7 @@ on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'website/**'
|
||||||
- 'dev/**'
|
- 'dev/**'
|
||||||
- 'helm/**'
|
- 'helm/**'
|
||||||
- 'web-console/**'
|
- 'web-console/**'
|
||||||
|
@ -29,6 +30,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'website/**'
|
||||||
- 'dev/**'
|
- 'dev/**'
|
||||||
- 'helm/**'
|
- 'helm/**'
|
||||||
- 'web-console/**'
|
- 'web-console/**'
|
||||||
|
|
Loading…
Reference in New Issue