mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 14:14:56 +00:00 
			
		
		
		
	CI: auto-refresh the images every 7 days ...
... a manual trigger is added as well, just in case
This commit is contained in:
		
							parent
							
								
									01d6fed126
								
							
						
					
					
						commit
						7e6b2ed26b
					
				
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,5 +1,9 @@
 | 
			
		|||
name: 'Yuzu Docker Image CI'
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
    inputs: {}
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: '0 7 * * 0'
 | 
			
		||||
  push:
 | 
			
		||||
    branches: ["master"]
 | 
			
		||||
  pull_request:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue