ci: add profile as input for build_packages workflow

This commit is contained in:
Zaiming (Stone) Shi 2022-06-18 00:57:54 +02:00
parent 536b056b01
commit 797964a3f7
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ on:
- e* - e*
workflow_dispatch: workflow_dispatch:
inputs: inputs:
which_branch: branch_or_tag:
required: false
profile:
required: false required: false
jobs: jobs: