mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			297 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			297 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: validate-internal
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|   pull_request:
 | |
|     types: [opened, synchronize]
 | |
| jobs:
 | |
|   build:
 | |
|     if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
 | |
|     uses: ./.github/workflows/validate.yml
 | |
|     secrets: inherit
 | 
