mirror of
				https://github.com/smyalygames/checklist-tester.git
				synced 2025-11-04 15:49:49 +01:00 
			
		
		
		
	feat(ci): make gradle github ci only run in files edited in connector/
This commit is contained in:
		
							parent
							
								
									4e2f1ecdc1
								
							
						
					
					
						commit
						072645bf6a
					
				
							
								
								
									
										4
									
								
								.github/workflows/gradle.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/gradle.yml
									
									
									
									
										vendored
									
									
								
							@ -10,8 +10,12 @@ name: Java CI with Gradle
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: ["main"]
 | 
			
		||||
    paths:
 | 
			
		||||
      - "connector/**"
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches: ["main"]
 | 
			
		||||
    paths:
 | 
			
		||||
      - "connector/**"
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user