0
0
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:
alex289 2023-12-06 10:14:52 +01:00
parent d57ef7a78c
commit 066f65031f
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -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: