Skip to content

Commit

Permalink
fix: Workflow input type
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 committed Dec 6, 2023
1 parent d57ef7a commit 066f650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
release:
type: boolean
description: 'Create a new release'
required: true
default: 'false'
options: ['true', 'false']
default: false
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 066f650

Please sign in to comment.