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