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
22
33on :
44  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' 
109  pull_request :
1110    paths :
1211      - ' 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/**' 
1613      - ' .github/workflows/lint-sample.yml' 
1714
1815jobs :
Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ name: Test GoReleaser and CLI Version
33on :
44  push :
55    paths :
6-       - ' pkg/cmd/**' 
6+       - ' pkg/**' 
7+       - ' cmd/**' 
78      - ' build/.goreleaser.yml' 
89      - ' .github/workflows/release-version-ci.yml' 
910  pull_request :
1011    paths :
11-       - ' pkg/cmd/**' 
12+       - ' pkg/**' 
13+       - ' cmd/**' 
1214      - ' build/.goreleaser.yml' 
1315      - ' .github/workflows/release-version-ci.yml' 
1416
1517jobs :
16-   mock-build :
18+   go-releaser-test :
1719    runs-on : ubuntu-latest 
1820
1921    steps :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments