build: test workflow dispatch
This commit is contained in:
parent
864a130df4
commit
5180a93ee6
|
@ -1,19 +1,19 @@
|
|||
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" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
# push:
|
||||
# branches: [ "main" ]
|
||||
# pull_request:
|
||||
# branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
bump:
|
||||
|
|
|
@ -5,6 +5,8 @@ on:
|
|||
# branches: [ "main" ]
|
||||
release:
|
||||
types: [ published ]
|
||||
create:
|
||||
types: [ tag ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user