Skip to content

Commit

Permalink
增加按钮action
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-roy committed Nov 28, 2024
1 parent 91cddbf commit 5a2b581
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: checkin app ci

# 触发条件,例如推送到主分支
on:
workflow_dispatch:
inputs:
action_name:
description: 'Choose the action to perform'
required: true
default: 'build'
type: string
push:
branches:
- main
Expand Down

0 comments on commit 5a2b581

Please sign in to comment.