update the the workflow 3
This commit is contained in:
@@ -20,19 +20,20 @@
|
|||||||
name: Backend Modal Build
|
name: Backend Modal Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: {}
|
||||||
branches: ['**']
|
# push:
|
||||||
workflow_dispatch:
|
# branches: ['**']
|
||||||
inputs:
|
# workflow_dispatch:
|
||||||
tag:
|
# inputs:
|
||||||
description: 'Image tag (default: git SHA)'
|
# tag:
|
||||||
required: false
|
# description: 'Image tag (default: git SHA)'
|
||||||
type: string
|
# required: false
|
||||||
platform:
|
# type: string
|
||||||
description: 'Target platform'
|
# platform:
|
||||||
required: false
|
# description: 'Target platform'
|
||||||
type: string
|
# required: false
|
||||||
default: 'linux/amd64'
|
# type: string
|
||||||
|
# default: 'linux/amd64'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user