mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Fix CI inputs
This commit is contained in:
15
.github/workflows/build-bundle.yml
vendored
15
.github/workflows/build-bundle.yml
vendored
@@ -3,12 +3,27 @@ name: Build and Upload Penpot Bundle
|
||||
on:
|
||||
# Create bundle from manual action
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
gh_ref:
|
||||
description: 'Name of the branch'
|
||||
type: string
|
||||
required: true
|
||||
default: 'develop'
|
||||
build_wasm:
|
||||
type: boolean
|
||||
required: false
|
||||
default: true
|
||||
build_storybook:
|
||||
type: boolean
|
||||
required: false
|
||||
default: true
|
||||
workflow_call:
|
||||
inputs:
|
||||
gh_ref:
|
||||
description: 'Name of the branch'
|
||||
type: string
|
||||
required: true
|
||||
default: 'develop'
|
||||
build_wasm:
|
||||
type: boolean
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user