build: test workflow dispatch
Some checks failed
Go Bump / bump (push) Failing after 39s
Go Test / test (push) Successful in 47s

This commit is contained in:
xuu 2023-09-30 19:57:17 -06:00
parent f5ed427dd2
commit 8c879b31c2

View File

@ -1,14 +1,14 @@
name: Go Bump
on:
workflow_dispatch:
inputs:
NAME:
description: "A random input name for the workflow"
type: string
SOME_VALUE:
description: "Some other input to pass"
type: string
# workflow_dispatch:
# inputs:
# NAME:
# description: "A random input name for the workflow"
# type: string
# SOME_VALUE:
# description: "Some other input to pass"
# type: string
push:
branches: [ "main" ]