Skip to content

Commit

Permalink
Release cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carvin-Yu authored Jan 7, 2024
1 parent 3de5df9 commit bc7c261
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ on:
push: # 代码推送到main分支自动触发工作流
branches:
- main
workflow_dispatch: # 手动触发
workflow_dispatch: # 允许手动触发
inputs:
environment:
type: choice
description: 'Action'
required: false
default: Just Release
options:
- Release
- Release ann Deploy


permissions: write-all # 给所有工作写权限

Expand Down

0 comments on commit bc7c261

Please sign in to comment.