github: actions: only build certain branches
This enables build-testing only on master as well as next and release branches.
This commit is contained in:
		
							parent
							
								
									2a8943e516
								
							
						
					
					
						commit
						bdc961250d
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-gluon.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-gluon.yml
									
									
									
									
										vendored
									
									
								
							| @ -5,6 +5,10 @@ | |||||||
| name: Build Gluon | name: Build Gluon | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|  |     branches: | ||||||
|  |       - master | ||||||
|  |       - next | ||||||
|  |       - v20* | ||||||
|   pull_request: |   pull_request: | ||||||
|     types: [opened, synchronize, reopened] |     types: [opened, synchronize, reopened] | ||||||
| jobs: | jobs: | ||||||
|  | |||||||
| @ -9,6 +9,10 @@ ACTIONS_HEAD = """ | |||||||
| name: Build Gluon | name: Build Gluon | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|  |     branches: | ||||||
|  |       - master | ||||||
|  |       - next | ||||||
|  |       - v20* | ||||||
|   pull_request: |   pull_request: | ||||||
|     types: [opened, synchronize, reopened] |     types: [opened, synchronize, reopened] | ||||||
| jobs: | jobs: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user