Skip to content

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EisregenHaha authored May 6, 2024
1 parent 46bf139 commit e387ffc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
inputs:
artifactName:
description: Artifact name
type: string
required: true
tagName:
description: Tag name
type: string
required: true
prerelease:
description: Prerelease
type: boolean
required: true
releaseName:
description: Release name
type: string
required: true

jobs:
build:
Expand Down

0 comments on commit e387ffc

Please sign in to comment.