Skip to content

Commit

Permalink
CI should allow manual release builds (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano authored Aug 23, 2024
1 parent cac3707 commit d7ee013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
type: boolean
default: false
required: false
workflow_dispatch:
inputs:
release:
type: boolean
default: true
required: false

jobs:
rust-build:
Expand Down

0 comments on commit d7ee013

Please sign in to comment.