build: test workflow dispatch
This commit is contained in:
		
							parent
							
								
									f5ed427dd2
								
							
						
					
					
						commit
						8c879b31c2
					
				@ -1,14 +1,14 @@
 | 
				
			|||||||
name: Go Bump
 | 
					name: Go Bump
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on: 
 | 
					on: 
 | 
				
			||||||
  workflow_dispatch:
 | 
					  # workflow_dispatch:
 | 
				
			||||||
    inputs:
 | 
					  #   inputs:
 | 
				
			||||||
      NAME:
 | 
					  #     NAME:
 | 
				
			||||||
        description: "A random input name for the workflow"
 | 
					  #       description: "A random input name for the workflow"
 | 
				
			||||||
        type: string
 | 
					  #       type: string
 | 
				
			||||||
      SOME_VALUE:
 | 
					  #     SOME_VALUE:
 | 
				
			||||||
        description: "Some other input to pass"
 | 
					  #       description: "Some other input to pass"
 | 
				
			||||||
        type: string
 | 
					  #       type: string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: [ "main" ]
 | 
					    branches: [ "main" ]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user