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
22
33on :
44 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'
710 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'
1017
1118jobs :
1219 lint-samples :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: Test DevContainer Image
22
33on :
44 push :
5- paths-ignore :
6- - ' **/*.md '
5+ - ' testdata/** '
6+ - ' .github/workflows/test-devcontainer.yml '
77 pull_request :
8- paths-ignore :
9- - ' **/*.md'
8+ paths :
9+ - ' testdata/**'
10+ - ' .github/workflows/test-devcontainer.yml'
1011
1112jobs :
1213 test-devcontainer :
You can’t perform that action at this time.
0 commit comments