Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoHans committed Oct 28, 2024
1 parent 97cf10c commit 85506a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
#release:
# types: [created, published] # 表示在创建新的 Release 时触发

workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Manual trigger deploy'

jobs:
build_docker:
name: Build docker
Expand Down

0 comments on commit 85506a3

Please sign in to comment.