mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-11-04 08:00:53 +00:00 
			
		
		
		
	Avoid triggering push for Dependabot branches (again) (#223)
This commit is contained in:
		
					parent
					
						
							
								52a3c6b975
							
						
					
				
			
			
				commit
				
					
						2368feccd5
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -2,7 +2,7 @@ name: "Code scanning - action"
 | 
			
		|||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches-ignore: "dependabot/*"
 | 
			
		||||
    branches-ignore: "dependabot/**"
 | 
			
		||||
  pull_request:
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - '**.md'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue