mirror of
				https://github.com/NoelFB/blah.git
				synced 2025-11-04 01:41:34 +08:00 
			
		
		
		
	adding workflow_dispatch to build workflow
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -2,7 +2,7 @@ name: Project build
 | 
			
		||||
 | 
			
		||||
# github's push and pull_request events
 | 
			
		||||
# will trigger this action to run
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
on: [push, pull_request, workflow_dispatch]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user