feat: add paths-ignore to ci.yaml and lint.yaml (#631)
Signed-off-by: Gaius <gaius.qi@gmail.com> Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
		
							parent
							
								
									fc634c9ee3
								
							
						
					
					
						commit
						c3a9d45b55
					
				|  | @ -3,8 +3,10 @@ name: Go | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: [ main ] |     branches: [ main ] | ||||||
|  |     paths-ignore: [ '**.md', '**/docs/**' ] | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: [ main ] |     branches: [ main ] | ||||||
|  |     paths-ignore: [ '**.md', '**/docs/**' ] | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -3,8 +3,10 @@ name: Lint | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: [ main ] |     branches: [ main ] | ||||||
|  |     paths-ignore: [ '**.md', '**/docs/**' ] | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: [ main ] |     branches: [ main ] | ||||||
|  |     paths-ignore: [ '**.md', '**/docs/**' ] | ||||||
| 
 | 
 | ||||||
| env: | env: | ||||||
|   GO_VERSION: 1.19 |   GO_VERSION: 1.19 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue