File tree 4 files changed +26
-1
lines changed
4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ paths-ignore :
8
+ - .github/workflows/main.yml
9
+ - .github/workflows/nuget-preview.yml
10
+ - ' doc/**'
7
11
pull_request :
12
+ paths-ignore :
13
+ - .github/workflows/main.yml
14
+ - .github/workflows/nuget-preview.yml
15
+ - ' doc/**'
8
16
9
17
jobs :
10
18
build-test-arm :
Original file line number Diff line number Diff line change 1
1
name : Documentation
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ paths :
6
+ - ' doc/**'
7
+ - ' .github/workflows/docs.yml'
8
+ pull_request :
9
+ paths :
10
+ - ' doc/**'
11
+ - ' .github/workflows/docs.yml'
4
12
5
13
jobs :
6
14
build :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ paths-ignore :
8
+ - .github/workflows/ARM.yml
9
+ - .github/workflows/nuget-preview.yml
10
+ - ' doc/**'
7
11
pull_request :
12
+ paths-ignore :
13
+ - .github/workflows/ARM.yml
14
+ - .github/workflows/nuget-preview.yml
15
+ - ' doc/**'
8
16
9
17
jobs :
10
18
build-test :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ EndProject
27
27
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "CI" , "CI" , "{D301657F-5EAF-4534-B280-B858D651B2E5}"
28
28
Project Section (SolutionItems ) = preProject
29
29
.github \workflows \ARM .yml = .github \workflows \ARM .yml
30
+ .github \workflows \docs .yml = .github \workflows \docs .yml
30
31
.github \workflows \main .yml = .github \workflows \main .yml
31
32
.github \workflows \nuget -preview .yml = .github \workflows \nuget -preview .yml
32
33
EndProject Section
You can’t perform that action at this time.
0 commit comments