Skip to content

Commit

Permalink
ci: Add manual build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 30, 2024
1 parent abe4804 commit 1343351
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ on:
- reopened
- synchronize
- labeled
workflow_dispatch:
inputs:
add-version-suffix:
type: boolean
default: true
description: Append version suffix

permissions:
contents: read
Expand All @@ -29,3 +35,4 @@ jobs:
with:
directory: jacow
artifact-retention-days: 7
add-version-suffix: ${{ github.event_name != 'workflow_dispatch' || inputs.add-version-suffix }}

0 comments on commit 1343351

Please sign in to comment.