CI job Add path filter
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/main-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/main-ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -4,6 +4,9 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: '**'
 | 
					    branches: '**'
 | 
				
			||||||
    tags: '**'
 | 
					    tags: '**'
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '.github/workflows/build-deploy-docs.yml'
 | 
				
			||||||
 | 
					      - 'DOCUMENTATION/**'
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: '0 0 * * 0'
 | 
					    - cron: '0 0 * * 0'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user