mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 18:42:56 +00:00
fix: Workflow input type
This commit is contained in:
parent
d57ef7a78c
commit
066f65031f
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user