feat: add build info endpoint
This commit is contained in:
parent
3efd5fa969
commit
6fde8237fc
|
@ -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:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches: [ "main" ]
|
# branches: [ "main" ]
|
||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user