File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,14 @@ name: Lint Samples
2
2
3
3
on :
4
4
push :
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'
5
+ paths :
6
+ - ' testdata/**'
7
+ - ' docs/book/src/**/testdata/**'
8
+ - ' .github/workflows/lint-sample.yml'
10
9
pull_request :
11
10
paths :
12
11
- ' 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/**'
12
+ - ' docs/book/src/**/testdata/**'
16
13
- ' .github/workflows/lint-sample.yml'
17
14
18
15
jobs :
Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ name: Test GoReleaser and CLI Version
3
3
on :
4
4
push :
5
5
paths :
6
- - ' pkg/cmd/**'
6
+ - ' pkg/**'
7
+ - ' cmd/**'
7
8
- ' build/.goreleaser.yml'
8
9
- ' .github/workflows/release-version-ci.yml'
9
10
pull_request :
10
11
paths :
11
- - ' pkg/cmd/**'
12
+ - ' pkg/**'
13
+ - ' cmd/**'
12
14
- ' build/.goreleaser.yml'
13
15
- ' .github/workflows/release-version-ci.yml'
14
16
15
17
jobs :
16
- mock-build :
18
+ go-releaser-test :
17
19
runs-on : ubuntu-latest
18
20
19
21
steps :
You can’t perform that action at this time.
0 commit comments