feat: add build info endpoint
This commit is contained in:
parent
3efd5fa969
commit
6fde8237fc
|
@ -1,16 +1,16 @@
|
|||
name: Go Bump
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
stable:
|
||||
description: 'Stable Release'
|
||||
required: false
|
||||
type: boolean
|
||||
prerelease:
|
||||
description: 'Pre Release'
|
||||
required: false
|
||||
type: boolean
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# stable:
|
||||
# description: 'Stable Release'
|
||||
# required: false
|
||||
# type: boolean
|
||||
# prerelease:
|
||||
# description: 'Pre Release'
|
||||
# required: false
|
||||
# type: boolean
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
# push:
|
||||
# branches: [ "main" ]
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user