mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-03 20:07:53 +00:00 
			
		
		
		
	fix: Don't generate an image when README.md is updated (#36)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -8,6 +8,8 @@ on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - main
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - '**/README.md'
 | 
			
		||||
env:
 | 
			
		||||
    IMAGE_NAME: base
 | 
			
		||||
    IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user