mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	Update workflow to build on pull request only
This commit is contained in:
		
							parent
							
								
									c917875943
								
							
						
					
					
						commit
						1d3ee2008c
					
				
							
								
								
									
										4
									
								
								.github/workflows/Build+push Immich.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/Build+push Immich.yml
									
									
									
									
										vendored
									
									
								
							@ -6,8 +6,8 @@ on:
 | 
				
			|||||||
    # * is a special character in YAML so you have to quote this string
 | 
					    # * is a special character in YAML so you have to quote this string
 | 
				
			||||||
    #- cron:  '0 0 * * *'
 | 
					    #- cron:  '0 0 * * *'
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
  push:
 | 
					  #push:
 | 
				
			||||||
    branches: [ main ]
 | 
					    #branches: [ main ]
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches: [ main ]
 | 
					    branches: [ main ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user