Skip to content

Commit

Permalink
Merge pull request #147 from SuperChen-CC/master
Browse files Browse the repository at this point in the history
[Add] workflow dispatch
  • Loading branch information
cyberchen1995 authored Nov 22, 2023
2 parents cd571b7 + 6912777 commit 14d444d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
push:
tags:
- v*.*.*
workflow_dispatch:
inputs:
tag:
description: 'Tag to build'
required: true
log_level:
description: 'Log level'
required: false
default: 'info'

jobs:
createRelease:
Expand Down

0 comments on commit 14d444d

Please sign in to comment.