feat: add build info endpoint
Some checks failed
Go Test / test (push) Successful in 52s
Go Bump / bump (push) Failing after 25s

This commit is contained in:
xuu 2023-09-30 16:19:41 -06:00
parent 3efd5fa969
commit 6fde8237fc
2 changed files with 12 additions and 12 deletions

View File

@ -1,16 +1,16 @@
name: Go Bump name: Go Bump
on: on:
workflow_dispatch: # workflow_dispatch:
inputs: # inputs:
stable: # stable:
description: 'Stable Release' # description: 'Stable Release'
required: false # required: false
type: boolean # type: boolean
prerelease: # prerelease:
description: 'Pre Release' # description: 'Pre Release'
required: false # required: false
type: boolean # type: boolean
push: push:
branches: [ "main" ] branches: [ "main" ]
pull_request: pull_request:

View File

@ -1,8 +1,8 @@
name: Deploy name: Deploy
on: on:
push: # push:
branches: [ "main" ] # branches: [ "main" ]
release: release:
types: [ published ] types: [ published ]