Enable GitHub Actions for all branches
This commit is contained in:
		
							parent
							
								
									097220f11a
								
							
						
					
					
						commit
						4bb4ddd0f9
					
				
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -1,9 +1,6 @@
 | 
				
			|||||||
name: build
 | 
					name: build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on: push
 | 
				
			||||||
  push:
 | 
					 | 
				
			||||||
    branches:
 | 
					 | 
				
			||||||
      - add-tests
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
 | 
					  # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user