Add restriction to only trigger on Containerfile change
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/build_and_release Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/build_and_release Pipeline was successful
				
			This commit is contained in:
		@@ -12,5 +12,6 @@ pipeline:
 | 
				
			|||||||
        from_secret: container_registry_password
 | 
					        from_secret: container_registry_password
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [push]
 | 
					      event: [push]
 | 
				
			||||||
 | 
					      path: "Containerfile"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
branches: master
 | 
					branches: master
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user