do not trigger unittest when the docs is changed
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,8 @@
 | 
				
			|||||||
name: unittest
 | 
					name: unittest
 | 
				
			||||||
on: [push]
 | 
					on:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					    - 'docs/**'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  linux:
 | 
					  linux:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user