update multi-gcc workflow (#1194)
* make multi-gcc workflow on-demand only * actually run multi-gcc after merge into develop/master
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/multi-gcc.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/multi-gcc.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,10 @@
 | 
				
			|||||||
name: Multi GCC
 | 
					name: Multi GCC
 | 
				
			||||||
on: [workflow_dispatch, push, pull_request]
 | 
					on:
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - 'develop'
 | 
				
			||||||
 | 
					      - 'master'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user