File tree 3 files changed +36
-6
lines changed
3 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,24 @@ name: CI-Docker-Wormhole
3
3
on :
4
4
pull_request :
5
5
paths-ignore :
6
- - ' docs/**'
6
+ - ' docs/**/*.css'
7
+ - ' docs/**/*.html'
8
+ - ' docs/**/*.ico'
9
+ - ' docs/**/*.md'
10
+ - ' docs/**/*.png'
11
+ - ' docs/**/*.svg'
7
12
- ' mkdocs.yml'
8
13
- ' README.md'
9
14
- ' RELEASING.md'
10
15
push :
11
16
branches : [ main ]
12
17
paths-ignore :
13
- - ' docs/**'
18
+ - ' docs/**/*.css'
19
+ - ' docs/**/*.html'
20
+ - ' docs/**/*.ico'
21
+ - ' docs/**/*.md'
22
+ - ' docs/**/*.png'
23
+ - ' docs/**/*.svg'
14
24
- ' mkdocs.yml'
15
25
- ' README.md'
16
26
- ' RELEASING.md'
Original file line number Diff line number Diff line change @@ -3,14 +3,24 @@ name: CI-Docker-Rootless
3
3
on :
4
4
pull_request :
5
5
paths-ignore :
6
- - ' docs/**'
6
+ - ' docs/**/*.css'
7
+ - ' docs/**/*.html'
8
+ - ' docs/**/*.ico'
9
+ - ' docs/**/*.md'
10
+ - ' docs/**/*.png'
11
+ - ' docs/**/*.svg'
7
12
- ' mkdocs.yml'
8
13
- ' README.md'
9
14
- ' RELEASING.md'
10
15
push :
11
16
branches : [ main ]
12
17
paths-ignore :
13
- - ' docs/**'
18
+ - ' docs/**/*.css'
19
+ - ' docs/**/*.html'
20
+ - ' docs/**/*.ico'
21
+ - ' docs/**/*.md'
22
+ - ' docs/**/*.png'
23
+ - ' docs/**/*.svg'
14
24
- ' mkdocs.yml'
15
25
- ' README.md'
16
26
- ' RELEASING.md'
Original file line number Diff line number Diff line change @@ -3,14 +3,24 @@ name: CI
3
3
on :
4
4
pull_request :
5
5
paths-ignore :
6
- - ' docs/**'
6
+ - ' docs/**/*.css'
7
+ - ' docs/**/*.html'
8
+ - ' docs/**/*.ico'
9
+ - ' docs/**/*.md'
10
+ - ' docs/**/*.png'
11
+ - ' docs/**/*.svg'
7
12
- ' mkdocs.yml'
8
13
- ' README.md'
9
14
- ' RELEASING.md'
10
15
push :
11
16
branches : [ main ]
12
17
paths-ignore :
13
- - ' docs/**'
18
+ - ' docs/**/*.css'
19
+ - ' docs/**/*.html'
20
+ - ' docs/**/*.ico'
21
+ - ' docs/**/*.md'
22
+ - ' docs/**/*.png'
23
+ - ' docs/**/*.svg'
14
24
- ' mkdocs.yml'
15
25
- ' README.md'
16
26
- ' RELEASING.md'
You can’t perform that action at this time.
0 commit comments