File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,18 @@ name: Lint Samples
2
2
3
3
on :
4
4
push :
5
- paths-ignore :
6
- - ' **/*.md'
5
+ - ' testdata/**'
6
+ - ' docs/book/src/cronjob-tutorial/testdata/project/**'
7
+ - ' docs/book/src/getting-started/testdata/project/**'
8
+ - ' docs/book/src/multiversion-tutorial/testdata/project/**'
9
+ - ' .github/workflows/lint-sample.yml'
7
10
pull_request :
8
- paths-ignore :
9
- - ' **/*.md'
11
+ paths :
12
+ - ' testdata/**'
13
+ - ' docs/book/src/cronjob-tutorial/testdata/project/**'
14
+ - ' docs/book/src/getting-started/testdata/project/**'
15
+ - ' docs/book/src/multiversion-tutorial/testdata/project/**'
16
+ - ' .github/workflows/lint-sample.yml'
10
17
11
18
jobs :
12
19
lint-samples :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: Test DevContainer Image
2
2
3
3
on :
4
4
push :
5
- paths-ignore :
6
- - ' **/*.md '
5
+ - ' testdata/** '
6
+ - ' .github/workflows/test-devcontainer.yml '
7
7
pull_request :
8
- paths-ignore :
9
- - ' **/*.md'
8
+ paths :
9
+ - ' testdata/**'
10
+ - ' .github/workflows/test-devcontainer.yml'
10
11
11
12
jobs :
12
13
test-devcontainer :
You can’t perform that action at this time.
0 commit comments