fix build-test workflow running twice on pull_requests
This commit is contained in:
		
							parent
							
								
									7871c0928f
								
							
						
					
					
						commit
						cff7667155
					
				
							
								
								
									
										8
									
								
								.github/workflows/build-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build-test.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,10 +1,18 @@
 | 
			
		|||
name: Run Tests
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - 'develop'
 | 
			
		||||
 | 
			
		||||
    branches-ignore:
 | 
			
		||||
      - 'master'
 | 
			
		||||
      - 'release/**'
 | 
			
		||||
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches:
 | 
			
		||||
      - 'develop'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    strategy:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user