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
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:

View File

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