mirror of https://github.com/penpot/penpot.git
📎 Fix CI inputs
This commit is contained in:
parent
dfe0f64c7c
commit
bcd950c141
|
|
@ -11,11 +11,11 @@ on:
|
|||
required: true
|
||||
build_wasm:
|
||||
type: boolean
|
||||
required: true
|
||||
required: false
|
||||
default: true
|
||||
build_storybook:
|
||||
type: boolean
|
||||
required: true
|
||||
required: false
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -10,3 +10,5 @@ jobs:
|
|||
secrets: inherit
|
||||
with:
|
||||
gh_ref: "develop"
|
||||
build_wasm: true
|
||||
build_storybook: true
|
||||
|
|
|
|||
|
|
@ -10,3 +10,5 @@ jobs:
|
|||
secrets: inherit
|
||||
with:
|
||||
gh_ref: "staging"
|
||||
build_wasm: true
|
||||
build_storybook: true
|
||||
|
|
|
|||
|
|
@ -11,3 +11,5 @@ jobs:
|
|||
secrets: inherit
|
||||
with:
|
||||
gh_ref: ${{ github.ref_name }}
|
||||
build_wasm: false
|
||||
build_storybook: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue